Skip to content

Commit

Permalink
wip 3: use du instead of ll debug
Browse files Browse the repository at this point in the history
  • Loading branch information
wischli committed Apr 10, 2024
1 parent 8f16014 commit 43e5b4d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ci/run-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,11 @@ case $TARGET in

test-integration)
# TODO: Remove before merging PR
ls target/debug/build/runtime-integration-tests-*/out
ls target/debug/build/runtime-integration-tests-*/out/liquidity-pools
du -h target/debug/build/runtime-integration-tests-*
rm -rf target/debug/deps/runtime_integration_tests-*
rm -rf target/debug/build/runtime-integration*
git submodule update
ll runtime/integration-tests/submodules/liquidity-pools
du -h runtime/integration-tests/submodules/liquidity-pools
cargo test --release --package runtime-integration-tests --features fast-runtime
;;

Expand Down

0 comments on commit 43e5b4d

Please sign in to comment.