Skip to content

Commit

Permalink
Merge pull request #40 from berquist/github-actions
Browse files Browse the repository at this point in the history
CI: remove unmanaged binaries from ~/.cargo/bin
  • Loading branch information
berquist authored Dec 24, 2024
2 parents cf666ec + 7225b4b commit 4b1b048
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
- nightly
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: clean up cargo bin dir for rustup
run: |
rm "${HOME}"/.cargo/bin/cargo-fmt
rm "${HOME}"/.cargo/bin/rust-analyzer
rm "${HOME}"/.cargo/bin/rustfmt
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- run: cargo build --verbose
- run: cargo test --verbose

0 comments on commit 4b1b048

Please sign in to comment.