File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 2121 strategy :
2222 matrix :
2323 os : [ubuntu-latest, windows-latest]
24- command : ['yarn test:nuts', 'yarn test:nuts:legacy' ]
24+ command : ['yarn test:nuts']
2525 fail-fast : false
2626 with :
2727 os : ${{ matrix.os }}
Original file line number Diff line number Diff line change 100100 "prepare" : " sf-install" ,
101101 "test" : " wireit" ,
102102 "test:nuts" : " nyc mocha \" ./test/nut/*.nut.ts\" --slow 4500 --timeout 1200000 --parallel --jobs 2" ,
103- "test:nuts:legacy" : " nyc mocha \" ./test/nut/legacy/*.nut.ts\" --slow 4500 --timeout 1200000 --parallel --jobs 5" ,
104103 "test:nuts:sandbox" : " nyc mocha \" ./test/**/*.sandboxNut.ts\" --slow 450000 --timeout 7200000 --parallel --jobs 5" ,
105104 "test:only" : " wireit" ,
106105 "test:watch" : " mocha --watch \" ./test/**/*.test.ts\" " ,
You can’t perform that action at this time.
0 commit comments