diff --git a/.github/workflows/test-linux.yml b/.github/workflows/test-linux.yml index 2e084756..14e12490 100644 --- a/.github/workflows/test-linux.yml +++ b/.github/workflows/test-linux.yml @@ -54,5 +54,4 @@ jobs: env: AIR_LOG_LEVEL: trace # `--nocapture` to see our own `tracing` logs - # `--test-threads 1` to ensure `tracing` logs aren't interleaved - run: cargo test -- --nocapture --test-threads 1 + run: cargo test -- --nocapture diff --git a/.github/workflows/test-mac.yml b/.github/workflows/test-mac.yml index dbe44a94..b6fe1ca2 100644 --- a/.github/workflows/test-mac.yml +++ b/.github/workflows/test-mac.yml @@ -32,5 +32,4 @@ jobs: env: AIR_LOG_LEVEL: trace # `--nocapture` to see our own `tracing` logs - # `--test-threads 1` to ensure `tracing` logs aren't interleaved - run: cargo test -- --nocapture --test-threads 1 + run: cargo test -- --nocapture diff --git a/.github/workflows/test-windows.yml b/.github/workflows/test-windows.yml index fa95a5b2..ede3e23f 100644 --- a/.github/workflows/test-windows.yml +++ b/.github/workflows/test-windows.yml @@ -32,5 +32,4 @@ jobs: env: AIR_LOG_LEVEL: trace # `--nocapture` to see our own `tracing` logs - # `--test-threads 1` to ensure `tracing` logs aren't interleaved - run: cargo test -- --nocapture --test-threads 1 + run: cargo test -- --nocapture