Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
laureanray committed Jul 13, 2023
1 parent cf08b93 commit f609ca2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/setup-go@v4
-
name: Run Build
run: go build -v ./...
run: go build ./...
-
name: Run Tests
run: go test -v ./test
run: go test ./test

0 comments on commit f609ca2

Please sign in to comment.