From a9541b95856ebee07d5ad21c9779300832fcb6c6 Mon Sep 17 00:00:00 2001 From: Christopher Berner Date: Sun, 24 Sep 2023 07:33:33 -0700 Subject: [PATCH] Remove pre dependency from test_wasi It uses nightly and therefore has Clippy failures that don't happen with stable --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 8a674775..a464ea9d 100644 --- a/justfile +++ b/justfile @@ -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