Skip to content

Commit

Permalink
Fix test:slow
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Jan 18, 2025
1 parent 42225a4 commit d741b7b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/test-slow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,15 @@ on:
workflow_dispatch:
jobs:
big:
name: Test 999 multisig
name: Test large multisig
runs-on: ubuntu-latest
env:
MSHOULD_FAST: '0'
MSHOULD_FAST: 1
steps:
- uses: actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 # v4
- name: Use Node.js ${{ matrix.node }}
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4
- uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4
with:
node-version: ${{ matrix.node }}
node-version: 22.13.0
registry-url: 'https://registry.npmjs.org'
cache: npm
- run: npm install
Expand Down

0 comments on commit d741b7b

Please sign in to comment.