Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
e00E committed Nov 9, 2024
1 parent b45f650 commit 2d6578b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 2d6578b

Please sign in to comment.