Skip to content

Commit cf524a2

Browse files
committed
ci: Add FileCopyMethod to the matrix
1 parent b2f83ca commit cf524a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/filecopymethod-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,10 @@ jobs:
2323
environment:
2424
- runner: macos-latest
2525
filesystem: APFS
26+
copymethod: GetBytes
2627
- runner: ubuntu-latest
2728
filesystem: btrfs
29+
copymethod: GetBytes
2830
steps:
2931
- name: Set up Go
3032
uses: actions/setup-go@v4
@@ -82,4 +84,5 @@ jobs:
8284
working-directory: ${{ env.TEST_PATH }}
8385
env:
8486
TEST_FILESYSTEM: ${{ matrix.environment.filesystem }}
87+
TEST_FILECOPYMETHOD: ${{ matrix.os.copymethod }}
8588
run: go test -v

0 commit comments

Comments
 (0)