mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-02-17 13:58:38 +01:00
CI: Fix macros job name
This commit is contained in:
parent
79b53ce82d
commit
dc0ff017d6
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue