Skip to content

Commit

Permalink
go ci: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
gutenye committed Jan 4, 2022
1 parent 609419c commit d0bacc6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gnote.go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
- run: go test
with:
go-version: 1.17
- run: go test ./...

0 comments on commit d0bacc6

Please sign in to comment.