Skip to content

Commit

Permalink
ci(test): fix workflow (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
Serpentiel authored Sep 5, 2023
1 parent 6404eb8 commit 0c302a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ jobs:
with:
go-version: stable
- uses: actions/checkout@v3
with:
fetch-depth: 0
- run: go build -v .
- run: make test

0 comments on commit 0c302a3

Please sign in to comment.