We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f530f2 commit d8a1d52Copy full SHA for d8a1d52
.github/workflows/test.yml
@@ -152,3 +152,12 @@ jobs:
152
- uses: Swatinem/rust-cache@v2
153
- name: forge fmt
154
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