Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
nothub committed Mar 17, 2024
1 parent 9a15c9d commit 85dc35e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/verify.yaml → .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ jobs:
job:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: 'go.mod'
check-latest: true
cache: true
- run: make lint check
- uses: actions/checkout@v4
- run: go test -v -vet 'all' ./...
9 changes: 0 additions & 9 deletions Makefile

This file was deleted.

0 comments on commit 85dc35e

Please sign in to comment.