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 8f0e549 commit 22a04ceCopy full SHA for 22a04ce
.github/workflows/test.yml
@@ -15,21 +15,21 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
- uses: actions/checkout@v3
18
- - uses: dtolnay/rust-toolchain@beta
+ - uses: dtolnay/rust-toolchain@stable
19
- run: cargo test --workspace
20
21
test-all-features:
22
23
24
25
26
- run: cargo test --workspace --all-features
27
28
build-nostd:
29
30
31
32
33
with:
34
target: thumbv7m-none-eabi
35
- run: >
0 commit comments