Skip to content

Commit

Permalink
Revert "Also test install from checkout"
Browse files Browse the repository at this point in the history
This reverts commit 410f9f5.
  • Loading branch information
sourcefrog authored Mar 12, 2024
1 parent 410f9f5 commit 2ca15d4
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,29 +69,6 @@ jobs:
- name: Test
run: cargo test --workspace

install-from-checkout:
strategy:
matrix:
os: [macOS-latest, ubuntu-latest, windows-latest]
version: [stable, nightly, "1.74"]
locked: ["locked", "unlocked"]
runs-on: ${{ matrix.os }}
needs: [test]
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.version }}
- name: Show Cargo and rustc version
run: |
cargo --version
rustc --version
- uses: Swatinem/rust-cache@v2
- run: cargo install --locked ${{ matrix.locked }} --path .
if: ${{ matrix.locked == "locked" }}
- run: cargo install --path .
if: ${{ matrix.locked != "locked" }}

release-binary:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 2ca15d4

Please sign in to comment.