Skip to content

Commit

Permalink
also run tests with wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Jan 13, 2025
1 parent 60edb11 commit 5f570c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/os_detect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,5 @@ jobs:
run: dart test --platform vm
if: always() && steps.install.outcome == 'success'
- name: Run Chrome tests
run: dart test --platform chrome
run: dart test --platform chrome --compiler dart2wasm,dart2js
if: always() && steps.install.outcome == 'success'

0 comments on commit 5f570c5

Please sign in to comment.