Skip to content

Commit f5890c4

Browse files
committed
rm rust tests
1 parent fd55243 commit f5890c4

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@ jobs:
5959
- uses: actions-rust-lang/setup-rust-toolchain@v1
6060
- run: npm run build:napi
6161

62-
- name: Test Rust
63-
run: npm run test:napi
64-
6562
- name: Tests
6663
id: test
6764
# run tests, but lint separately

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@
105105
"scripts": {
106106
"test": "hereby runtests-parallel --light=false",
107107
"test:eslint-rules": "hereby run-eslint-rules-tests",
108-
"test:napi": "cargo test",
109108
"build": "npm run build:compiler && npm run build:tests",
110109
"build:compiler": "hereby local",
111110
"build:napi": "napi build --platform --release --js src/rs.js --dts src/rs.d.ts --pipe \"dprint fmt\"",

0 commit comments

Comments
 (0)