Skip to content

Commit 2f5cb62

Browse files
committed
ci: cleanup tags
Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
1 parent 77fc1c3 commit 2f5cb62

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ jobs:
4444
matrix:
4545
os: [ubuntu-latest, macos-latest, windows-latest]
4646
go: ['1.16', '1.17', '1.18', '1.19']
47-
tags: ['']
4847
env:
4948
GOFLAGS: -mod=readonly
5049

@@ -58,11 +57,11 @@ jobs:
5857
uses: actions/checkout@v3
5958

6059
- name: Test
61-
run: go test -race -tags '${{ matrix.tags }}' -v ./...
60+
run: go test -race -v ./...
6261
if: runner.os != 'Windows'
6362

6463
- name: Test (without race detector)
65-
run: go test -tags '${{ matrix.tags }}' -v ./...
64+
run: go test -v ./...
6665
if: runner.os == 'Windows'
6766

6867
lint:

0 commit comments

Comments
 (0)