Skip to content

Commit

Permalink
Merge pull request #2433 from lebauce/build-graffiti-ci
Browse files Browse the repository at this point in the history
Ensure graffiti builds on PR
  • Loading branch information
lebauce committed Apr 1, 2024
2 parents 3d2b611 + 255ba39 commit 7bf978e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,8 @@ jobs:
- name: Install pcap
run: sudo apt-get install -y libpcap0.8-dev

- name: Build graffiti
run: cd graffiti && go build -v ./...

- name: Build
run: go build -v ./...

0 comments on commit 7bf978e

Please sign in to comment.