Skip to content

Commit

Permalink
Add test steps to build
Browse files Browse the repository at this point in the history
  • Loading branch information
Seanstoppable committed Feb 18, 2024
1 parent 1e97dd8 commit 7bc2d45
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,9 @@ jobs:
run: |
go get -t ./...
make
- name: Test
run: |
cd lib/output/test && go test -v ./...
cd modules && go test -v ./...

0 comments on commit 7bc2d45

Please sign in to comment.