Skip to content

Commit

Permalink
ci: remove binstall
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Volosatovs <[email protected]>
  • Loading branch information
rvolosatovs committed Sep 20, 2024
1 parent 538be08 commit f06c652
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,7 @@ jobs:
go-version-file: go.mod
- run: rustup show
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
- uses: cargo-bins/cargo-binstall@f9144d57df0014c2e0975517e582dbaaa2b597af # v1.10.5
- run: cargo binstall -y [email protected]
- run: cargo install [email protected]
- run: go generate ./tests/go/... ./examples/go/...
- run: go test -failfast ./...
env:
Expand Down Expand Up @@ -196,8 +195,7 @@ jobs:
- run: rustup show

- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
- uses: cargo-bins/cargo-binstall@f9144d57df0014c2e0975517e582dbaaa2b597af # v1.10.5
- run: cargo binstall -y [email protected]
- run: cargo install [email protected]
- run: cargo test --workspace --all-targets
- run: go generate -tags=dev ./...
- run: go test -failfast -tags=dev ./...
Expand Down

0 comments on commit f06c652

Please sign in to comment.