Skip to content

Commit 6018d0e

Browse files
committed
github: add testrace back to PR checks
It won't block merging but it will run again on all PRs.
1 parent 6f876f3 commit 6018d0e

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test
1+
name: PR tests
22

33
on:
44
push:
@@ -63,6 +63,19 @@ jobs:
6363

6464
- run: GOTRACEBACK=all make test TAGS=
6565

66+
linux-race:
67+
name: linux-race
68+
runs-on: ubuntu-latest
69+
steps:
70+
- uses: actions/checkout@v4
71+
72+
- name: Set up Go
73+
uses: actions/setup-go@v4
74+
with:
75+
go-version: "1.23"
76+
77+
- run: GOTRACEBACK=all make testrace TAGS=
78+
6679
darwin:
6780
name: go-macos
6881
runs-on: macos-14

0 commit comments

Comments
 (0)