Skip to content

Commit

Permalink
Specify 1 test thread as env var
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoniosBarotsis committed Dec 10, 2024
1 parent 5ffe731 commit 4369c33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:

env:
CARGO_TERM_COLOR: always
RUST_TEST_THREAD: 1

jobs:
aarch64-unknown-linux-gnu:
Expand All @@ -28,7 +29,7 @@ jobs:
run: cargo build --verbose

- name: Test
run: cargo --verbose t --test-threads=1
run: cargo --verbose t
env:
RESEND_API_KEY: ${{ secrets.RESEND_API_KEY }}

Expand Down

0 comments on commit 4369c33

Please sign in to comment.