Skip to content

Commit

Permalink
feat: add go test
Browse files Browse the repository at this point in the history
  • Loading branch information
TrayserCassa committed Jan 8, 2025
1 parent 9d595bf commit 4b5ed90
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,15 @@ jobs:
with:
version: v1.60
args: --timeout=8m --verbose

go-test:
name: go test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
check-latest: true
- name: Display Go version
run: go test ./...

0 comments on commit 4b5ed90

Please sign in to comment.