Skip to content

Commit

Permalink
Merge pull request #65 from tommilligan/ci-rm-cargo-target-dir
Browse files Browse the repository at this point in the history
ci: remove concern with CARGO_TARGET_DIR
  • Loading branch information
tommilligan authored Mar 8, 2021
2 parents 7f6ae17 + 56a0aaa commit 083ce2e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,13 @@ jobs:
~/.cargo/git
target
~/.cargo/bin
cargo_target
key: detailed-test-${{ runner.os }}-cargo-${{ hashFiles('Cargo.toml') }}
- name: Install toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- name: Install additional test dependencies
env:
CARGO_TARGET_DIR: cargo_target
run: ./scripts/install
- name: Run check script
run: ./scripts/check
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
~/.cargo/git
target
~/.cargo/bin
cargo_target
# We reuse the cache from our detailed test environment, if available
key: detailed-test-${{ runner.os }}-cargo-${{ hashFiles('Cargo.toml') }}
- name: Install toolchain
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
target
Cargo.lock
cargo_target

0 comments on commit 083ce2e

Please sign in to comment.