Skip to content

Commit

Permalink
hotfix(ci): use --device /dev/net/tun for test container
Browse files Browse the repository at this point in the history
  • Loading branch information
qdm12 committed Dec 14, 2024
1 parent 68ddbfc commit 3b7d27c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Run tests in test container
run: |
touch coverage.txt
docker run --rm \
docker run --rm --device /dev/net/tun \
-v "$(pwd)/coverage.txt:/tmp/gobuild/coverage.txt" \
test-container
Expand Down

0 comments on commit 3b7d27c

Please sign in to comment.