Skip to content

Commit

Permalink
fix unit-tests
Browse files Browse the repository at this point in the history
Signed-off-by: Alessio Greggi <[email protected]>
  • Loading branch information
alegrey91 committed Aug 10, 2024
1 parent 6ab1756 commit a7a753e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- name: Install Dependencies
run: |
sudo apt update
sudo apt install -y clang
sudo apt install -y libbpf-dev
sudo apt install -y libseccomp-dev
Expand All @@ -36,7 +37,7 @@ jobs:
go test \
-v \
-cover \
$(go list ./... | grep -v probesfacade | grep -v captor) \
$(go list ./... | grep -v "github.com/alegrey91/harpoon$") \
-skip TestHarpoon \
-args -test.gocoverdir=/tmp/unit/
Expand Down

0 comments on commit a7a753e

Please sign in to comment.