From dc0ff017d697ed4e0577b7992d5e51bb864cc18d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= Date: Mon, 6 Feb 2023 13:37:33 +0100 Subject: [PATCH] CI: Fix macros job name --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f751b8c8f1..5d2fd8a1cb 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