diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 090f114..e34e815 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -7,7 +7,7 @@ on: # We assume the runner is on x86. jobs: - check stable: + check_stable: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -16,7 +16,7 @@ jobs: - run: cargo clippy --quiet --frozen --workspace --all-targets -- -D warnings - run: cargo xtask - check msrv: + check_msrv: runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4