Skip to content

Commit

Permalink
ci: Tweak workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanvanburen committed Sep 24, 2023
1 parent ebb52a5 commit 6a8a6ad
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/go.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
name: Go
on: [push]
name: ci
on: [push, pull_request]
jobs:
run:
name: Test
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: 'stable'
- run: go test -v -race ./...

0 comments on commit 6a8a6ad

Please sign in to comment.