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 e133ce9 commit e88816f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 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 Down Expand Up @@ -96,3 +99,5 @@ jobs:
- name: Test
working-directory: test-filesystem/mounted
run: go test -v
env:
TEST_FILECOPYMETHOD: ${{matrix.environment.filecopymethod}}

0 comments on commit e88816f

Please sign in to comment.