Skip to content

Commit

Permalink
Add the test CI workflow (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlias authored Dec 4, 2024
1 parent 7111b85 commit e7d434a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: test
on:
push:
branches:
- main
pull_request:
jobs:
test-race:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5
with:
go-version: "~1.23.4"
check-latest: true
- run: go test -race ./...

0 comments on commit e7d434a

Please sign in to comment.