Skip to content

Run slow TS tests

Run slow TS tests #312

Workflow file for this run

name: Run slow JS tests
on:
schedule:
- cron: '0 12 * * *'
workflow_dispatch:
jobs:
big:
name: Test large inputs
runs-on: ubuntu-latest
env:
MSHOULD_FAST: 0
steps:
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
with:
persist-credentials: false
submodules: true
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
with:
registry-url: "https://registry.npmjs.org"
cache: npm
- run: npm install
- run: npm run build --if-present
- run: npm run test:big