From b27046b773c9b3f07bcf48cdf2200e7fc5dc9d37 Mon Sep 17 00:00:00 2001 From: Kevin Valerio Date: Thu, 17 Oct 2024 17:12:34 +0200 Subject: [PATCH] cargo config update --- .cargo/config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/.cargo/config.toml b/.cargo/config.toml index e554a56..238174d 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,2 +1,3 @@ [env] RUST_TEST_THREADS = "1" # this is used to avoid race condition during test execution +exclude = ["tests/fixtures/corpus/**"] # not needed for publish