Skip to content

Commit

Permalink
burn more github action minutes thank you microsoft
Browse files Browse the repository at this point in the history
  • Loading branch information
mooman219 committed Jun 5, 2024
1 parent c396757 commit ce048f7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,15 @@ jobs:
- name: Build src (wasm)
run: cargo build --verbose --target wasm32-unknown-unknown

- name: Build src (wasm) (no default features, std)
run: cargo build --no-default-features --features std --verbose --target wasm32-unknown-unknown

- name: Build src (wasm) (no default features, hashbrown)
run: cargo build --no-default-features --features hashbrown --verbose --target wasm32-unknown-unknown

- name: Build src (wasm) (all features)
run: cargo build --all-features --verbose --target wasm32-unknown-unknown

- name: Test src (native)
run: cargo test --verbose --workspace

Expand Down

0 comments on commit ce048f7

Please sign in to comment.