Skip to content

Commit 5268ecc

Browse files
committed
bootup
1 parent cd48631 commit 5268ecc

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

.github/workflows/spa-server-ci.yml

+2-14
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,8 @@ jobs:
1414
- uses: actions/checkout@v3
1515
with:
1616
submodules: true
17-
- name: Install Rust
18-
uses: actions-rs/toolchain@v1
19-
with:
20-
toolchain: stable
21-
- name: Cache cargo registry
22-
uses: actions/cache@v2
23-
with:
24-
path: ~/.cargo/registry
25-
key: cargo-registry-trimmed-${{ hashFiles('**/Cargo.lock') }}
26-
- name: Cache cargo index
27-
uses: actions/cache@v2
28-
with:
29-
path: ~/.cargo/git
30-
key: cargo-index-trimmed-${{ hashFiles('**/Cargo.lock') }}
17+
- run: rustup toolchain install stable
18+
- uses: Swatinem/rust-cache@v2
3119
- name: run integration test
3220
# --show-output
3321
run: cargo test -p tests --test starter -j 1 -- --test-threads 1

0 commit comments

Comments
 (0)