Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
seladb committed Oct 28, 2023
1 parent 96dec1c commit 237b5a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
python -m pip install -U pip
python -m pip install -r ci/run_tests/requirements.txt
python ci/run_tests/run_tests_xdp.py --interface eth0 --use-sudo --pcap-test-args="-t xdp"
python ci/run_tests/run_tests.py --interface eth0 --use-sudo --pcap-test-args="-t xdp"
# pre-commit:
# runs-on: ubuntu-latest
Expand Down

0 comments on commit 237b5a1

Please sign in to comment.