Skip to content

Commit

Permalink
Fix make test and hook it up to the pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
sobomax committed May 28, 2024
1 parent 4cce4d0 commit c75b548
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ jobs:

- name: Build
run: make

- name: Test
run: make test
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ clean:
-rm ${ALL_TARGERS}

test:
go test ./...
go test ./sippy

0 comments on commit c75b548

Please sign in to comment.