Skip to content

Commit 78b6bef

Browse files
committed
CI: Run exhaustive tests in CI
It seems OK to combine them with the validStrings.mjs tests, which is also a form of exhaustive testing.
1 parent 095cae1 commit 78b6bef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
node-version: 24.x
4545
- run: npm ci
4646
- run: npm run test-cookbook
47-
test-validstrings:
47+
test-exhaustive:
4848
runs-on: ubuntu-latest
4949
steps:
5050
- uses: actions/checkout@v3
@@ -57,3 +57,4 @@ jobs:
5757
cd polyfill
5858
npm install
5959
node test/validStrings.mjs
60+
npm run test-thorough

0 commit comments

Comments
 (0)