Fix CI test
This commit is contained in:
parent
0184dcb22f
commit
6325782058
1 changed files with 0 additions and 4 deletions
4
.github/workflows/test.yaml
vendored
4
.github/workflows/test.yaml
vendored
|
|
@ -38,10 +38,6 @@ jobs:
|
||||||
- name: Go Build
|
- name: Go Build
|
||||||
run: go build ./...
|
run: go build ./...
|
||||||
|
|
||||||
- name: Go Test
|
|
||||||
run: go test ./...
|
|
||||||
if: ${{ matrix.os != 'linux' }}
|
|
||||||
|
|
||||||
- name: Go Test (with data race detection)
|
- name: Go Test (with data race detection)
|
||||||
run: go test -race ./...
|
run: go test -race ./...
|
||||||
if: ${{ matrix.os == 'linux' }}
|
if: ${{ matrix.os == 'linux' }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue