Skip to content

Commit

Permalink
ci: improved continue on error
Browse files Browse the repository at this point in the history
  • Loading branch information
srdtrk committed Jun 5, 2024
1 parent bf29a2d commit 01fee35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
build-wasm:
name: Build Wasm Contracts
runs-on: ubuntu-latest
continue-on-error: true
steps:
- name: Install just
uses: extractions/setup-just@v2
Expand All @@ -48,6 +49,7 @@ jobs:
build-all-features:
name: Build with all features
runs-on: ubuntu-latest
continue-on-error: true
steps:
- name: Checkout sources
uses: actions/checkout@v4
Expand Down

0 comments on commit 01fee35

Please sign in to comment.