Skip to content

Commit 7dc5531

Browse files
committed
update + continue on fail
1 parent 91adfba commit 7dc5531

13 files changed

Lines changed: 1188 additions & 374 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ jobs:
2121
with:
2222
components: clippy
2323
- name: Run sccache
24-
uses: mozilla-actions/sccache-action@v0.0.7
24+
uses: mozilla-actions/sccache-action@v0.0.9
25+
continue-on-error: true
2526
- name: Check formatting
2627
run: cargo fmt --check
2728

.github/workflows/publish.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
- name: Install Rust
2121
uses: dtolnay/rust-toolchain@stable
2222
- name: Run sccache
23-
uses: mozilla-actions/sccache-action@v0.0.7
23+
uses: mozilla-actions/sccache-action@v0.0.9
24+
continue-on-error: true
2425
- name: Run tests
2526
env:
2627
RUSTC_WRAPPER: sccache
@@ -68,7 +69,8 @@ jobs:
6869
with:
6970
toolchain: stable
7071
- name: Run sccache
71-
uses: mozilla-actions/sccache-action@v0.0.7
72+
uses: mozilla-actions/sccache-action@v0.0.9
73+
continue-on-error: true
7274
- name: Upload binaries to release
7375
uses: taiki-e/upload-rust-binary-action@v1
7476
with:

0 commit comments

Comments
 (0)