Skip to content

Commit

Permalink
give tests more descriptive names
Browse files Browse the repository at this point in the history
  • Loading branch information
Shahab96 committed Apr 11, 2024
1 parent c9a651f commit 864cc89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: build
- name: Run tests
- name: Run tests with async off
uses: actions-rs/cargo@v1
with:
command: test
env:
CARGO_INCREMENTAL: 0
RUSTFLAGS: "-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off"
- name: Run tests
- name: Run tests with async on
uses: actions-rs/cargo@v1
with:
command: test
Expand Down

0 comments on commit 864cc89

Please sign in to comment.