Skip to content

Commit ec97625

Browse files
committed
Speed up CI
1 parent a4e6911 commit ec97625

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ jobs:
1313
cargo-test:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v2
17-
- uses: actions-rs/toolchain@v1
18-
with:
19-
toolchain: nightly
20-
profile: minimal
16+
- uses: actions/checkout@v3
17+
- uses: dtolnay/rust-toolchain@stable
18+
- uses: Swatinem/rust-cache@v2
2119
- run: cargo test

0 commit comments

Comments
 (0)