Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
CI: added wasm to test (#948)
Browse files Browse the repository at this point in the history
Co-authored-by: Oak <5263301+d-roak@users.noreply.github.com>
  • Loading branch information
joaopereira12 and d-roak authored Aug 18, 2023
1 parent fa8411c commit 1833549
Show file tree
Hide file tree
Showing 3 changed files with 3,344 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,14 @@ jobs:
target/
key: ${{ runner.os }}-cargo-${{ hashFiles('Cargo.lock') }}
fail-on-cache-miss: true
- name: Run test
- name: Run test (native)
run: |-
cd tests
npm run test
- name: Run test (wasm)
run: |-
cd tests
FORCE_WASM_EXECUTION=true npm run test
coverage:
# sadly, for now we have to "rebuild" for the coverage
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Next release

- ci: added wasm to test
- docs: added translation of madara beast article.md to portuguese
- ci: disable benchmark for pushes and pr's
- ci: fix docker and binaries build
Expand Down
Loading

0 comments on commit 1833549

Please sign in to comment.