Skip to content

Commit

Permalink
fix name in runtests
Browse files Browse the repository at this point in the history
  • Loading branch information
ytdHuang committed Nov 7, 2023
1 parent ec8640a commit fe935ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Runtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
test:
name: Julia ${{ matrix.julia-version }} - ${{ matrix.os }} - ${{ matrix.arch }} ( ${{ matrix.group }} )
name: Julia ${{ matrix.julia-version }} - ${{ matrix.os }} ${{ matrix.arch }} ( ${{ matrix.group }} )
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down

0 comments on commit fe935ad

Please sign in to comment.