Skip to content

Commit

Permalink
ci: Add copy-on-write test_cow tag to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
eth-p committed Aug 20, 2024
1 parent 9705a67 commit 8e61880
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
go: ['1.18', '1.19', '1.20']
tags: ['', 'test_cow']
steps:
- name: Set up Go
uses: actions/setup-go@v4
Expand All @@ -32,7 +33,7 @@ jobs:
run: go build -v .

- name: Test
run: go test -v --tags=go${{ matrix.go }}
run: go test -v --tags=go${{ matrix.go }},${{ matrix.tags }}
benchmark:
name: Benchmark
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8e61880

Please sign in to comment.