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 b2f83ca commit cf524a2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/filecopymethod-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@ jobs:
environment:
- runner: macos-latest
filesystem: APFS
copymethod: GetBytes
- runner: ubuntu-latest
filesystem: btrfs
copymethod: GetBytes
steps:
- name: Set up Go
uses: actions/setup-go@v4
Expand Down Expand Up @@ -82,4 +84,5 @@ jobs:
working-directory: ${{ env.TEST_PATH }}
env:
TEST_FILESYSTEM: ${{ matrix.environment.filesystem }}
TEST_FILECOPYMETHOD: ${{ matrix.os.copymethod }}
run: go test -v

0 comments on commit cf524a2

Please sign in to comment.