Skip to content

Commit

Permalink
Run tests in release
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierHecart committed Jun 5, 2023
1 parent 421a01d commit 4829b6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: build
args: --all-targets --features shared-memory --verbose
args: --release --all-targets --features shared-memory --verbose

- name: Install nextest
run: cargo install cargo-nextest --locked
Expand All @@ -96,15 +96,15 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: nextest
args: run
args: run --release
env:
ASYNC_STD_THREAD_COUNT: 4

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

Expand Down

0 comments on commit 4829b6a

Please sign in to comment.