ci: do not run bun tests (#215)

This commit is contained in:
xermicus
2025-02-17 17:04:53 +01:00
committed by GitHub
parent ee650cf03a
commit a73b0925c6
4 changed files with 6 additions and 22 deletions
+2 -2
View File
@@ -3,11 +3,11 @@
"private": true,
"scripts": {
"test:cli": "npm run test -w crates/solidity/src/tests/cli-tests",
"test:wasm": "npm run test:all -w js",
"test:wasm": "npm run test:node -w js",
"build:package": "npm run build:package -w js"
},
"workspaces": [
"crates/solidity/src/tests/cli-tests",
"js"
]
}
}