Skip to content

Commit

Permalink
chore: try and troubleshoot mocha failure
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHenry committed Oct 29, 2024
1 parent fb7415e commit 8f2c447
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
build:
runs-on: ubuntu-latest
strategy:
# Prevent GitHub from canceling all in-progress jobs when a matrix job fails
fail-fast: false
matrix:
node: ['18', '20']

Expand Down
4 changes: 3 additions & 1 deletion packages/rxjs/spec/support/.mocharc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
module.exports = {
require: ['ts-node/register', 'spec/helpers/setup.ts'],
reporter: 'dot',
reporter: 'spec',
'full-trace': true,
'stack-trace-limit': 25,
extensions: ['ts', 'js'],
timeout: 5000,
recursive: true,
Expand Down

0 comments on commit 8f2c447

Please sign in to comment.