Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Jan 24, 2025
1 parent 52af586 commit 079cfb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/xdp-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
- name: Build quilkin
run: |
cargo fetch -p quilkin
cargo fetch --target x86_64-unknown-linux-gnu
cargo build -p quilkin --bin quilkin
- name: Run XDP integration test
run: .ci/xdp/integration-test.sh
run: sudo .ci/xdp/veth-integ-test.sh

0 comments on commit 079cfb4

Please sign in to comment.