Skip to content

Commit

Permalink
Update test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyak committed Oct 17, 2024
1 parent 597e065 commit bbb6c04
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@ on:
- workflow_dispatch

jobs:
vet:
test:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-go@v3
- uses: actions/setup-go@v5
with:
go-version: ^1.19
go-version-file: go.mod

- name: vet
run: go vet ./...

- name: Test
run: go test ./... -timeout 30s

0 comments on commit bbb6c04

Please sign in to comment.