Skip to content

Commit 77ea974

Browse files
committed
chore: run node --run test in just test
1 parent 05d6b5d commit 77ea974

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
target/
22
/npm
33
/node_modules
4+
/napi/node_modules
45
/fixtures/pnpm/node_modules
56
fuzz/Cargo.lock

justfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ install:
1919
# When ready, run the same CI commands
2020
ready:
2121
git diff --exit-code --quiet
22+
just install
2223
typos
2324
cargo fmt
2425
just check
@@ -52,6 +53,8 @@ check:
5253
# Run all the tests
5354
test:
5455
cargo test --all-features
56+
node --run build
57+
node --run test
5558

5659
# Lint the whole project
5760
lint:

0 commit comments

Comments
 (0)