Skip to content

Commit

Permalink
Ensure graffiti builds on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
lebauce committed Mar 29, 2024
1 parent 0b7cab3 commit 255ba39
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 255ba39

Please sign in to comment.