Skip to content

Commit

Permalink
CI installation refactoring.
Browse files Browse the repository at this point in the history
  • Loading branch information
fruffy committed Dec 3, 2024
1 parent df9e3ee commit 53e6eb6
Show file tree
Hide file tree
Showing 6 changed files with 636 additions and 27 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci-test-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
- name: Run tests (Ubuntu 22.04)
# Need to use sudo for the eBPF kernel tests.
run: sudo -E ctest --output-on-failure --schedule-random
run: |
sudo -E poetry run ctest --output-on-failure --schedule-random
working-directory: ./build

# Build with GCC and test Tofino backend on Ubuntu 22.04.
Expand Down Expand Up @@ -112,6 +113,7 @@ jobs:
- name: Run tests (Ubuntu 20.04)
# Need to use sudo for the eBPF kernel tests.
run: sudo -E ctest --output-on-failure --schedule-random
run: |
sudo -E poetry run ctest --output-on-failure --schedule-random
working-directory: ./build
if: matrix.unity == 'ON' && matrix.gtest == 'ON'
Loading

0 comments on commit 53e6eb6

Please sign in to comment.