Skip to content

Commit

Permalink
Add make step so testing can work
Browse files Browse the repository at this point in the history
  • Loading branch information
NHAS committed Sep 4, 2023
1 parent 180ba7d commit 06da212
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ jobs:
with:
go-version: "1.21.0"

- name: Install build tools
run: apt install -y make gcc-multilib wget llvm clang gcc git npm gulp libbpf-dev libpam0g-dev

- name: build
run: make release

- name: Test with the Go CLI
run: go test -exec sudo -v ./...

Expand Down

0 comments on commit 06da212

Please sign in to comment.