Skip to content

Commit

Permalink
Fix typo in tests Action
Browse files Browse the repository at this point in the history
  • Loading branch information
mhauru committed Jun 3, 2024
1 parent 5900ac9 commit d2bfa5d
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 @@ -66,7 +66,7 @@ jobs:
echo "Architecture: ${{ matrix.arch }}"
echo "Julia version: ${{ matrix.version }}"
echo "Number of threads: ${{ matrix.num_threads }}"
echo "Test arguments: ${{ matrix.test_args }}"
echo "Test arguments: ${{ matrix.test-args }}"
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
with:
Expand Down

0 comments on commit d2bfa5d

Please sign in to comment.