CI: Fix macros job name

This commit is contained in:
Henrik Tjäder 2023-02-06 13:37:33 +01:00
parent 79b53ce82d
commit dc0ff017d6

View file

@ -380,7 +380,7 @@ jobs:
run: cargo test --test tests run: cargo test --test tests
# Run the macros test-suite # Run the macros test-suite
testsrticmacros: testsmacros:
name: tests rtic-macros name: tests rtic-macros
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
steps: steps:
@ -779,7 +779,7 @@ jobs:
- checkexamples - checkexamples
- testexamples - testexamples
- testsrtic - testsrtic
- testrticmacros - testsmacros
- testsarbiter - testsarbiter
- testschannel - testschannel
- testsmonotonics - testsmonotonics