Skip to content

Commit c382864

Browse files
committed
chore: remove test references
1 parent feedb0d commit c382864

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
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 }}

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@
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\"",

0 commit comments

Comments
 (0)