Skip to content

Commit

Permalink
feat(ci): check cargo install
Browse files Browse the repository at this point in the history
  • Loading branch information
bernard-wagner committed Sep 6, 2023
1 parent 0f530f2 commit d8a1d52
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,3 +152,12 @@ jobs:
- uses: Swatinem/rust-cache@v2
- name: forge fmt
run: cargo run --bin forge -- fmt --check testdata/

cargo-install:
name: cargo install
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- run: cargo install --git ${{ github.server_url }}/${{ github.repository }} --rev ${{ github.sha }} --profile local forge cast chisel anvil

0 comments on commit d8a1d52

Please sign in to comment.