Skip to content

Commit

Permalink
vvv
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianLars committed Nov 5, 2024
1 parent f96252a commit c6deef0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,11 @@ jobs:
matrix:
include:
- platform: 'macos-latest'
args: '--verbose --target universal-apple-darwin'
args: '-vvv --target universal-apple-darwin'
- platform: 'ubuntu-22.04'
args: '--verbose'
args: '-vvv'
- platform: 'windows-latest'
args: '--verbose'
args: '-vvv'

runs-on: ${{ matrix.platform }}
steps:
Expand Down

0 comments on commit c6deef0

Please sign in to comment.