Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
0b01 authored Feb 9, 2020
1 parent 9de1c41 commit dd4ff7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --all --verbose
run: RUST_TEST_THREADS=1 cargo test --all --verbose
- name: Run tests no default features
run: cargo test --no-default-features --all --verbose
run: RUST_TEST_THREADS=1 cargo test --no-default-features --all --verbose

0 comments on commit dd4ff7a

Please sign in to comment.