Merge pull request from cargo-bins/improve-integration-test

Rm `$HOME/.cargo` to test `cargo-binstall`
This commit is contained in:
Jiahao XU 2022-08-04 18:22:25 +10:00 committed by GitHub
commit 3ef5125c3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -51,4 +51,6 @@ jobs:
- name: Test
shell: bash
run: ./ci-scripts/tests.sh ${{ matrix.bin }} ${{ runner.os }}
env:
CARGO_HOME: /tmp/cargo-home-for-test/