chore/CI: place .cargo/config.toml augmentations in ~/.cargo/config.toml

This commit is contained in:
Piotr Osiewicz 2023-11-22 14:36:10 +01:00
parent 79c890f31a
commit 552f03c49d
2 changed files with 3 additions and 4 deletions

View file

@ -22,13 +22,9 @@ runs:
run: script/clear-target-dir-if-larger-than 70
- name: Run check
env:
RUSTFLAGS: -D warnings
shell: bash -euxo pipefail {0}
run: cargo check --tests --workspace
- name: Run tests
env:
RUSTFLAGS: -D warnings
shell: bash -euxo pipefail {0}
run: cargo nextest run --workspace --no-fail-fast