Skip to content

Commit

Permalink
Clean after test
Browse files Browse the repository at this point in the history
  • Loading branch information
richarddavison committed Jan 7, 2024
1 parent e546d9f commit 970a3e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ TARGET_linux_x86_64 = x86_64-unknown-linux-musl
TARGET_linux_arm64 = aarch64-unknown-linux-musl
TARGET_darwin_x86_64 = x86_64-apple-darwin
TARGET_darwin_arm64 = aarch64-apple-darwin
RUST_VERSION = nightly-2023-12-30
RUST_VERSION = nightly
TOOLCHAIN = +$(RUST_VERSION)
BUILD_ARG = $(TOOLCHAIN) build -r
BUILD_DIR = ./target/release
Expand Down Expand Up @@ -163,6 +163,7 @@ test-ci: export RUSTFLAGS = -Cpanic=abort -Zpanic_abort_tests
test-ci: export JS_MINIFY = 0
test-ci: toolchain js
cargo $(TOOLCHAIN) test --target $(CURRENT_TARGET)
cargo clean
cargo $(TOOLCHAIN) run -r --target $(CURRENT_TARGET) -- test -d bundle

libs: lib/zstd.h
Expand Down

0 comments on commit 970a3e2

Please sign in to comment.