Skip to content

Commit

Permalink
ci: Add FileCopyMethod to the matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
eth-p committed Sep 27, 2024
1 parent 2f1fd3c commit 8c37b2e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ jobs:
- runner: windows-latest
- runner: macos-latest
filesystem: APFS
copymethod: GetBytes
- runner: ubuntu-latest
filesystem: btrfs
copymethod: GetBytes
go: ['1.18', '1.19', '1.20']
steps:
- name: Set up Go
Expand Down Expand Up @@ -78,6 +80,7 @@ jobs:
working-directory: ${{ env.TEST_PATH }}
env:
TEST_FILESYSTEM: ${{ matrix.os.filesystem }}
TEST_FILECOPYMETHOD: ${{ matrix.os.copymethod }}
run: go test -v --tags=go${{ matrix.go }}
benchmark:
name: Benchmark
Expand Down

0 comments on commit 8c37b2e

Please sign in to comment.