Skip to content

Commit

Permalink
ci: adjust slow tests
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Jan 14, 2025
1 parent 35c969f commit 3d8586f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test-slow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:
dos:
name: Test for DoS
runs-on: ubuntu-latest
env:
MSHOULD_FAST: '1'
steps:
- uses: actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 # v4
- name: Use Node.js ${{ matrix.node }}
Expand All @@ -17,10 +19,12 @@ jobs:
cache: npm
- run: npm install
- run: npm run build --if-present
- run: npm test:dos
- run: npm run test:dos
big:
name: Test large inputs & slow KDFs
runs-on: ubuntu-latest
env:
MSHOULD_FAST: '1'
steps:
- uses: actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 # v4
- name: Use Node.js ${{ matrix.node }}
Expand All @@ -31,4 +35,4 @@ jobs:
cache: npm
- run: npm install
- run: npm run build --if-present
- run: npm test:big
- run: npm run test:big

0 comments on commit 3d8586f

Please sign in to comment.