Skip to content

Commit

Permalink
modified CI file to use makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
johnpatek committed Jun 25, 2024
1 parent 7613c94 commit 73bfc94
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@ jobs:
uses: actions/setup-go@v2
with:
go-version: ${{ matrix.go }}
- run: go test -v ./...
- run: go vet ./...
- run: make test

0 comments on commit 73bfc94

Please sign in to comment.