chore(tfhe): update testing script to allow custom RUSTFLAGS

This commit is contained in:
Arthur Meyre
2023-02-02 10:40:19 +01:00
parent d24896ed09
commit d224821aaa
3 changed files with 5 additions and 17 deletions

View File

@@ -42,8 +42,6 @@ filter_expression=''\
')'\
'and not test(~smart_add_and_mul)' # This test is too slow
export RUSTFLAGS="-C target-cpu=native"
# Run tests only no examples or benches
cargo ${1:+"${1}"} nextest run \
--tests \