Skip to content

Commit

Permalink
update run-tests to have similar env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
iesahin committed Nov 30, 2024
1 parent a5e177a commit ba12b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-tests.zsh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
XVC_TRYCMD_TESTS=storage,file,pipeline,core,start TRYCMD=overwrite cargo test
LLVM_PROFILE_FILE="${TMPDIR}/xvc-%p-%m.profraw" CARGO_INCREMENTAL=0 RUSTFLAGS="-Cinstrument-coverage" XVC_TRYCMD_TESTS=storage,file,pipeline,core,start TRYCMD=overwrite cargo test --features test-ci -p xvc --test test_file_list

# cargo test --features test-ci -p xvc --test test_storage_new_minio

0 comments on commit ba12b24

Please sign in to comment.