Skip to content

Commit

Permalink
ci(filecopymethod-test): 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 3370dc9 commit bd3c159
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/filecopymethod-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
matrix:
environment:
- filesystem: btrfs
filecopymethod: CopyBytes
steps:
- name: Set up Go
uses: actions/setup-go@v4
Expand Down Expand Up @@ -56,6 +57,8 @@ jobs:
- name: Test
working-directory: test-filesystem/mounted
run: go test -v
env:
TEST_FILECOPYMETHOD: ${{matrix.environment.filecopymethod}}


test-macos:
Expand All @@ -65,6 +68,7 @@ jobs:
matrix:
environment:
- filesystem: APFS
filecopymethod: CopyBytes
steps:
- name: Set up Go
uses: actions/setup-go@v4
Expand Down Expand Up @@ -96,3 +100,5 @@ jobs:
- name: Test
working-directory: test-filesystem/mounted
run: go test -v
env:
TEST_FILECOPYMETHOD: ${{matrix.environment.filecopymethod}}

0 comments on commit bd3c159

Please sign in to comment.