Skip to content

Commit

Permalink
Merge branch 'master' into ab/swapnative
Browse files Browse the repository at this point in the history
  • Loading branch information
brenzi authored Jan 12, 2025
2 parents b0d9d0b + 919520a commit 1e1dcff
Show file tree
Hide file tree
Showing 35 changed files with 297 additions and 337 deletions.
15 changes: 14 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,17 @@ jobs:

- name: Fail-fast; cancel other jobs
if: failure()
uses: andymckay/[email protected]
uses: andymckay/[email protected]

check-wasm:
if: ${{ !startsWith(github.head_ref, 'release/') }}
name: Check wasm build
runs-on: ubuntu-latest
continue-on-error: false
steps:
- uses: actions/checkout@v3
- run: sudo apt-get install -y protobuf-compiler
- uses: Swatinem/rust-cache@v2
with:
key: check-debug-cache
- run: ./scripts/run_for_all_no_std_crates.sh check --no-default-features --target=wasm32-unknown-unknown
Loading

0 comments on commit 1e1dcff

Please sign in to comment.