Skip to content

Commit eebe76c

Browse files
committed
build: use nightly for check
1 parent 741be01 commit eebe76c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
steps:
3030
- uses: actions/checkout@v3
3131

32+
- run: rustup toolchain install nightly --profile minimal
33+
3234
- uses: Swatinem/rust-cache@v2
3335
with:
3436
shared-key: ci
@@ -39,8 +41,8 @@ jobs:
3941
- name: Cargo Check
4042
shell: bash
4143
run: |
42-
cargo check --all-targets --all-features --locked
43-
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
4446
4547
format:
4648
name: Format

0 commit comments

Comments
 (0)