Skip to content

Commit

Permalink
Enable test progress reporting in GitHub CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
rhashimoto authored Oct 8, 2023
1 parent f283d61 commit 7a977ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- run: yarn install

- name: Test with checked-in WASM files
run: yarn test
run: yarn test --reporters progress

# Install EMSDK
- name: Setup Emscripten
Expand All @@ -62,4 +62,4 @@ jobs:
- name: Test WASM build
run: |
make clean && make
yarn test
yarn test --reporters progress

0 comments on commit 7a977ed

Please sign in to comment.