Skip to content

Commit

Permalink
Test web in release mode to skip our wasm_bindgen debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
bglw committed Jun 8, 2022
1 parent 1beff0c commit b1a4cb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ jobs:
- name: Test Web
working-directory: ./pagefind_web
run: cargo test
run: cargo test --release

- name: Test Lib
working-directory: ./pagefind
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:

- name: Test Web
working-directory: ./pagefind_web
run: cargo test
run: cargo test --release

- name: Test Lib
working-directory: ./pagefind
Expand Down

0 comments on commit b1a4cb4

Please sign in to comment.