Fix CI test

This commit is contained in:
Unrud 2024-02-06 11:33:40 +01:00
parent 0184dcb22f
commit 6325782058

View file

@ -38,10 +38,6 @@ jobs:
- name: Go Build
run: go build ./...
- name: Go Test
run: go test ./...
if: ${{ matrix.os != 'linux' }}
- name: Go Test (with data race detection)
run: go test -race ./...
if: ${{ matrix.os == 'linux' }}