mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-05-22 20:00:03 +00:00
Merge pull request #277 from cargo-bins/improve-integration-test
Rm `$HOME/.cargo` to test `cargo-binstall`
This commit is contained in:
commit
3ef5125c3a
1 changed files with 2 additions and 0 deletions
2
.github/workflows/integration.yml
vendored
2
.github/workflows/integration.yml
vendored
|
@ -51,4 +51,6 @@ jobs:
|
||||||
- name: Test
|
- name: Test
|
||||||
shell: bash
|
shell: bash
|
||||||
run: ./ci-scripts/tests.sh ${{ matrix.bin }} ${{ runner.os }}
|
run: ./ci-scripts/tests.sh ${{ matrix.bin }} ${{ runner.os }}
|
||||||
|
env:
|
||||||
|
CARGO_HOME: /tmp/cargo-home-for-test/
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue