chore: minimal integration test for the LXC backend
This commit is contained in:
parent
b3c603644a
commit
6877142ba4
2 changed files with 70 additions and 0 deletions
|
|
@ -185,6 +185,11 @@ jobs:
|
|||
EOF
|
||||
apt --quiet install --yes -qq docker.io make
|
||||
|
||||
- name: install LXC
|
||||
run: |
|
||||
act/runner/lxc-helpers.sh lxc_prepare_environment
|
||||
act/runner/lxc-helpers.sh lxc_install_lxc_inside 10.39.28 fdb1
|
||||
|
||||
- run: apt-get -q install -qq -y gcc # required for `-race`
|
||||
|
||||
- run: make integration-test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue