Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
wischli committed Apr 12, 2024
1 parent d999612 commit e3e02da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/run-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ rustup --version
cargo --version

# case $TARGET in
# cargo-build)
# cargo build -p centrifuge-chain --release "$@"
# ;;
cargo-build)
cargo build -p centrifuge-chain --release "$@"
;;
#
# test-general)
# cargo test --workspace --release --features runtime-benchmarks,try-runtime --exclude runtime-integration-tests
Expand Down

0 comments on commit e3e02da

Please sign in to comment.