We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 425ca35 commit 2c2fb52Copy full SHA for 2c2fb52
.github/workflows/CI.yml
@@ -11,13 +11,13 @@ env:
11
RUST_BACKTRACE: 1
12
13
jobs:
14
- stable-checks:
+ beta-checks:
15
runs-on: ubuntu-latest
16
steps:
17
- uses: actions/checkout@v4
18
- - uses: dtolnay/rust-toolchain@stable
+ - uses: dtolnay/rust-toolchain@beta
19
with:
20
- toolchain: stable
+ toolchain: beta
21
components: rustfmt
22
- run: cargo fmt -- --check
23
- run: cargo test
0 commit comments