Skip to content

Commit

Permalink
Fix test_args passing in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mhauru committed May 29, 2024
1 parent 235256d commit 185e14f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ jobs:
${{ runner.os }}-
- uses: julia-actions/julia-buildpkg@latest
- name: Call Pkg.test
run: julia --color=yes --depwarn=yes --check-bounds=yes --threads=${{ matrix.num_threads }} --project=@. -e 'import Pkg; Pkg.test(; test_args="${{ matrix.test-args }}")'
run: julia --color=yes --depwarn=yes --check-bounds=yes --threads=${{ matrix.num_threads }} --project=@. -e 'import Pkg; Pkg.test(; test_args=ARGS)' -- ${{ matrix.test-args }}

0 comments on commit 185e14f

Please sign in to comment.