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 c66d790 commit cbc6c14Copy full SHA for cbc6c14
.github/workflows/ci.yaml
@@ -77,7 +77,7 @@ jobs:
77
- uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
78
with:
79
go-version-file: "go.mod"
80
- - name: build
+ - name: unit-test
81
run: |
82
make test-unit-verbose-and-race
83
generated:
0 commit comments