Skip to content

Commit 84897d4

Browse files
committed
check caching
1 parent a9696d8 commit 84897d4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ jobs:
129129
- name: Set up the Mac environment
130130
run: brew install autoconf automake libtool
131131
if: runner.os == 'macOS'
132+
132133
- uses: Swatinem/rust-cache@v2
133134

134135
- name: run clippy
@@ -253,6 +254,7 @@ jobs:
253254
- name: Set up the Mac environment
254255
run: brew install autoconf automake libtool
255256
if: runner.os == 'macOS'
257+
256258
- uses: Swatinem/rust-cache@v2
257259
- name: build rustpython
258260
run: cargo build --release --verbose --features=threading ${{ env.CARGO_ARGS }}
@@ -372,6 +374,7 @@ jobs:
372374
with:
373375
toolchain: nightly
374376
components: miri
377+
375378
- uses: Swatinem/rust-cache@v2
376379
- name: Run tests under miri
377380
# miri-ignore-leaks because the type-object circular reference means that there will always be
@@ -391,6 +394,7 @@ jobs:
391394
path: compiler/parser/python.rs
392395
key: lalrpop-${{ hashFiles('compiler/parser/python.lalrpop') }}
393396
- uses: dtolnay/rust-toolchain@stable
397+
394398
- uses: Swatinem/rust-cache@v2
395399
- name: install wasm-pack
396400
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
@@ -442,6 +446,7 @@ jobs:
442446
- uses: dtolnay/rust-toolchain@stable
443447
with:
444448
target: wasm32-wasi
449+
445450
- uses: Swatinem/rust-cache@v2
446451
- name: Setup Wasmer
447452
uses: wasmerio/setup-wasmer@v1

0 commit comments

Comments
 (0)