Skip to content

Commit

Permalink
ci: TESTS WILL RUN AS LONG AS THEY HAVE TO
Browse files Browse the repository at this point in the history
It's probably not a good sign when you're quoting Tyler Durden at your
CI system, but sometimes it is like that.
  • Loading branch information
isaacs committed Jan 31, 2023
1 parent 78d1a8a commit 11cd075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:

# Run the tests
- name: Run Tap tests
run: npm test
run: npm test -- -t0 -c

0 comments on commit 11cd075

Please sign in to comment.