ci: don't run cargo test with napi feature flag

This commit is contained in:
naskya 2024-05-10 06:52:55 +09:00
parent fc7de024c6
commit 3886c5624b
No known key found for this signature in database
GPG key ID: 712D413B3A9FED5C

View file

@ -172,7 +172,6 @@ cargo:test:
- pnpm --filter='!backend-rs' run build:debug
- cargo test --doc
- cargo nextest run
- cargo nextest run --features napi
cargo:clippy:
stage: test