Skip to content

Commit

Permalink
Test WASM backend
Browse files Browse the repository at this point in the history
  • Loading branch information
konsumlamm committed May 29, 2024
1 parent aec0387 commit 7ee2ae8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/haskell.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,6 @@ jobs:
- name: Build
run: |
cabal --with-compiler=wasm32-wasi-ghc --with-hc-pkg=wasm32-wasi-ghc-pkg build
- name: Test
run: |
cabal --with-compiler=wasm32-wasi-ghc --with-hc-pkg=wasm32-wasi-ghc-pkg test --enable-tests --test-show-details=direct

0 comments on commit 7ee2ae8

Please sign in to comment.