Skip to content

Commit ad4b1e2

Browse files
committed
ci: Add FileCopyMethod to the matrix
1 parent ef532a6 commit ad4b1e2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/go.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@ jobs:
2020
- runner: windows-latest
2121
- runner: macos-latest
2222
filesystem: APFS
23+
copymethod: GetBytes
2324
- runner: ubuntu-latest
2425
filesystem: btrfs
26+
copymethod: GetBytes
2527
go: ['1.18', '1.19', '1.20']
2628
steps:
2729
- name: Set up Go
@@ -78,6 +80,7 @@ jobs:
7880
working-directory: ${{ env.TEST_PATH }}
7981
env:
8082
TEST_FILESYSTEM: ${{ matrix.os.filesystem }}
83+
TEST_FILECOPYMETHOD: ${{ matrix.os.copymethod }}
8184
run: go test -v --tags=go${{ matrix.go }}
8285
benchmark:
8386
name: Benchmark

0 commit comments

Comments
 (0)