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 741be01 commit eebe76cCopy full SHA for eebe76c
.github/workflows/ci.yml
@@ -29,6 +29,8 @@ jobs:
29
steps:
30
- uses: actions/checkout@v3
31
32
+ - run: rustup toolchain install nightly --profile minimal
33
+
34
- uses: Swatinem/rust-cache@v2
35
with:
36
shared-key: ci
@@ -39,8 +41,8 @@ jobs:
39
41
- name: Cargo Check
40
42
shell: bash
43
run: |
- cargo check --all-targets --all-features --locked
- cargo test --no-run --all-targets --all-features
44
+ rustup run nightly cargo check --all-targets --all-features --locked
45
+ rustup run nightly cargo test --no-run --all-targets --all-features
46
47
format:
48
name: Format
0 commit comments