Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
ci: fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
srdtrk committed Jun 23, 2024
1 parent 29ce63e commit a846500
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: --workspace --exclude sp1-ics07-tendermint-program-update-client --locked --all-features
args: --workspace --exclude sp1-ics07-tendermint-update-client --locked --all-features
env:
RUST_BACKTRACE: 1
- name: Build
uses: actions-rs/cargo@v1
with:
command: build
args: --workspace --exclude sp1-ics07-tendermint-program-update-client --locked --all-features
args: --workspace --exclude sp1-ics07-tendermint-update-client --locked --all-features

0 comments on commit a846500

Please sign in to comment.