We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd55243 commit f5890c4Copy full SHA for f5890c4
.github/workflows/ci.yml
@@ -59,9 +59,6 @@ jobs:
59
- uses: actions-rust-lang/setup-rust-toolchain@v1
60
- run: npm run build:napi
61
62
- - name: Test Rust
63
- run: npm run test:napi
64
-
65
- name: Tests
66
id: test
67
# run tests, but lint separately
package.json
@@ -105,7 +105,6 @@
105
"scripts": {
106
"test": "hereby runtests-parallel --light=false",
107
"test:eslint-rules": "hereby run-eslint-rules-tests",
108
- "test:napi": "cargo test",
109
"build": "npm run build:compiler && npm run build:tests",
110
"build:compiler": "hereby local",
111
"build:napi": "napi build --platform --release --js src/rs.js --dts src/rs.d.ts --pipe \"dprint fmt\"",
0 commit comments