Skip to content

Commit

Permalink
Remove specific PF testing step in CI (#2569)
Browse files Browse the repository at this point in the history
Right now, our PF tests run twice in CI: once in the `make test` step
and once in the `make -C pkg/pf test` step. This adds a needless 2
minutes to our CI time.

The test duplication was caused when we moved `pf` into `pkg`.
  • Loading branch information
iwahbe authored Nov 4, 2024
1 parent 9b51fe5 commit 58f0b33
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ jobs:
run: cd pkg/pf && make build
- name: Test
run: make test
- name: Test PF
run: cd pkg/pf && make test
- name: Test Dynamic
run: cd dynamic && make test
- name: Upload coverage reports to Codecov
Expand Down

0 comments on commit 58f0b33

Please sign in to comment.