Skip to content

Commit

Permalink
feat(ci): also try compiling ensemble
Browse files Browse the repository at this point in the history
  • Loading branch information
egasimus committed Nov 7, 2023
1 parent 2a6fa19 commit fece658
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/rs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,13 @@ jobs:
override: true
- name: Setup Rust cache
uses: mozilla-actions/[email protected]
- name: Try building for WASM
run: cargo build --all-features --target wasm32-unknown-unknown
- name: Build Fadroma
run: |
cargo build --all-features --target wasm32-unknown-unknown
- name: Build Fadroma Ensemble
run: |
cd ensemble && cargo build --all-features --target wasm32-unknown-unknown
#rs-coverage:
#name: cargo tarpaulin
#runs-on: ubuntu-latest
Expand Down

0 comments on commit fece658

Please sign in to comment.