mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +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 the macros test-suite
|
||||
testsrticmacros:
|
||||
testsmacros:
|
||||
name: tests rtic-macros
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
|
@ -779,7 +779,7 @@ jobs:
|
|||
- checkexamples
|
||||
- testexamples
|
||||
- testsrtic
|
||||
- testrticmacros
|
||||
- testsmacros
|
||||
- testsarbiter
|
||||
- testschannel
|
||||
- testsmonotonics
|
||||
|
|
Loading…
Reference in a new issue