Skip to content

Commit

Permalink
Run tests in debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierHecart committed Jun 6, 2023
1 parent 9023b9b commit e48a53c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,15 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: nextest
args: run --release
args: run
env:
ASYNC_STD_THREAD_COUNT: 4

- name: Run doctests
uses: actions-rs/cargo@v1
with:
command: test
args: --release --doc
args: --doc
env:
ASYNC_STD_THREAD_COUNT: 4

Expand Down

0 comments on commit e48a53c

Please sign in to comment.