mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -159,7 +159,9 @@ jobs:
|
||||
with:
|
||||
project: firezone-staging
|
||||
- name: Run ${{ matrix.file }} test
|
||||
run: docker compose -f rust/connection-tests/${{ matrix.file }} up --exit-code-from dialer --abort-on-container-exit
|
||||
run: |
|
||||
sudo sysctl -w vm.overcommit_memory=1
|
||||
docker compose -f rust/connection-tests/${{ matrix.file }} up --exit-code-from dialer --abort-on-container-exit
|
||||
|
||||
integration-tests:
|
||||
needs: build-images
|
||||
|
||||
Reference in New Issue
Block a user