chore: minimal integration test for the LXC backend

This commit is contained in:
Earl Warren 2025-09-15 15:20:53 +02:00
parent b3c603644a
commit 6877142ba4
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
2 changed files with 70 additions and 0 deletions

View file

@ -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