Skip to content

Commit 732cd27

Browse files
committed
enable tests
1 parent 5ebd301 commit 732cd27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
cache: npm
9696
- run: npm ci
9797
# Run unit tests
98-
# - run: npm test -- --maxWorkers=4
98+
- run: npm test -- --maxWorkers=4
9999
# Run integration tests
100100
- run: npm run test:mongodb
101101
env:

0 commit comments

Comments
 (0)