Skip to content

Commit

Permalink
Remove pre dependency from test_wasi
Browse files Browse the repository at this point in the history
It uses nightly and therefore has Clippy failures that don't happen with stable
  • Loading branch information
cberner committed Sep 24, 2023
1 parent cf2c88f commit a9541b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ install_py: pre
test: pre
RUST_BACKTRACE=1 cargo test

test_wasi: pre
test_wasi:
CARGO_TARGET_WASM32_WASI_RUNNER="wasmtime --mapdir=/::$TMPDIR" cargo +nightly wasi test -- --nocapture

bench bench='lmdb_benchmark': pre
Expand Down

0 comments on commit a9541b9

Please sign in to comment.