Skip to content

Commit

Permalink
Restore test non-concurrency in CI, omit a node test from Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
bglw committed Dec 17, 2024
1 parent 377e971 commit 83aee8d
Show file tree
Hide file tree
Showing 3 changed files with 5 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 @@ -537,7 +537,7 @@ jobs:

- name: Test CLI
if: matrix.run_tests == true
run: npx -y toolproof@latest -s --placeholders pagefind_mode="${{ matrix.target }}/release"
run: npx -y toolproof@latest -s -c 1 --placeholders pagefind_mode="${{ matrix.target }}/release"

- name: Move extended binary aside
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
run: cargo test --release --lib --features extended

- name: Test CLI
run: npx -y toolproof@latest -s
run: npx -y toolproof@latest -s -c 1

- name: Set up poetry
run: ./wrappers/python/scripts/ci/github/setup_poetry.sh
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
name: URL tests > Tag pages as external URLs
platforms:
- linux
- mac
steps:
- ref: ./background.toolproof.yml
- step: I have a "public/index.js" file with the content {js}
Expand Down

0 comments on commit 83aee8d

Please sign in to comment.