serial test for env paths

This commit is contained in:
veeso
2021-11-20 09:42:13 +01:00
committed by Christian Visintin
parent bc6b7b582e
commit 30851a78e8
6 changed files with 34 additions and 3 deletions

View File

@@ -19,4 +19,4 @@ jobs:
/tmp/rustup.sh -y
. $HOME/.cargo/env
cargo build --no-default-features
cargo test --no-default-features --verbose --features github-actions -- --test-threads 1
cargo test --no-default-features --verbose --features github-actions

View File

@@ -14,6 +14,6 @@ jobs:
- name: Build
run: cargo build
- name: Run tests
run: cargo test --verbose --features github-actions -- --test-threads 1
run: cargo test --verbose --features github-actions
- name: Clippy
run: cargo clippy -- -Dwarnings

View File

@@ -14,6 +14,6 @@ jobs:
- name: Build
run: cargo build
- name: Run tests
run: cargo test --verbose --features github-actions -- --test-threads 1
run: cargo test --verbose --features github-actions
- name: Clippy
run: cargo clippy -- -Dwarnings