diff options
| author | Henrik Tjäder <henrik@tjaders.com> | 2023-02-06 13:37:33 +0100 |
|---|---|---|
| committer | Henrik Tjäder <henrik@tjaders.com> | 2023-03-01 00:35:16 +0100 |
| commit | dc0ff017d697ed4e0577b7992d5e51bb864cc18d (patch) | |
| tree | 9be2199d5432bc8655ae88159e8d7f2ed09b2fd3 /.github | |
| parent | 79b53ce82d1185b4ec995c42ce9ac56fb81c5274 (diff) | |
CI: Fix macros job name
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f751b8c..5d2fd8a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 |
