Skip to content

Commit d8a1d52

Browse files
feat(ci): check cargo install
1 parent 0f530f2 commit d8a1d52

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/test.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,3 +152,12 @@ jobs:
152152
- uses: Swatinem/rust-cache@v2
153153
- name: forge fmt
154154
run: cargo run --bin forge -- fmt --check testdata/
155+
156+
cargo-install:
157+
name: cargo install
158+
runs-on: ubuntu-latest
159+
timeout-minutes: 30
160+
steps:
161+
- uses: dtolnay/rust-toolchain@stable
162+
- uses: Swatinem/rust-cache@v2
163+
- run: cargo install --git ${{ github.server_url }}/${{ github.repository }} --rev ${{ github.sha }} --profile local forge cast chisel anvil

0 commit comments

Comments
 (0)