Skip to content

Commit

Permalink
Updated naming of test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
phklive committed Mar 22, 2024
1 parent 26ea03d commit 1a52736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
test:
name: test ${{matrix.toolchain}} on ${{matrix.os}}
name: test ${{matrix.toolchain}} on ${{matrix.os}} with ${{matrix.features}}
runs-on: ${{matrix.os}}-latest
strategy:
fail-fast: false
Expand Down

0 comments on commit 1a52736

Please sign in to comment.