We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 731f973 commit 2ffca78Copy full SHA for 2ffca78
.github/workflows/release.yaml
@@ -20,7 +20,7 @@ jobs:
20
install-mode: goinstall
21
version: v2.6.1
22
- name: Test
23
- run: go test ./...
+ run: go test -race ./...
24
release-please:
25
name: Run Release Please
26
runs-on: ubuntu-latest
.github/workflows/test.yaml
@@ -21,4 +21,4 @@ jobs:
0 commit comments