From c28941ece2b54caf51da4cc84f1c671b75d220e7 Mon Sep 17 00:00:00 2001 From: Kaya Gokalp Date: Sat, 27 Apr 2024 18:37:04 -0700 Subject: [PATCH] chore: update ci_checks script to represent current ci better --- ci_checks.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ci_checks.sh b/ci_checks.sh index ae689aa98ef..8889d475e0c 100755 --- a/ci_checks.sh +++ b/ci_checks.sh @@ -6,16 +6,17 @@ # - `cargo run --locked --release --bin test -- --locked` # # You can install `fuel-core` node by: -# `cargo install fuel-core-bin --git https://github.com/FuelLabs/fuel-core --tag v0.19.1 --locked` +# `cargo install fuel-core-bin --git https://github.com/FuelLabs/fuel-core --tag v0.24.3 --locked` # # And run it with: -# `fuel-core run --db-type in-memory` +# `fuel-core run --db-type in-memory --debug --snapshot ./.github/workflows/local-testnode` # Requires installed: # `cargo install cargo-sort` # `cargo install cargo-generate` # `cargo install cargo-udeps` +./.github/workflows/scripts/check-sdk-harness-version.sh cargo clippy --all-features --all-targets -- -D warnings && cargo sort -w --check && cargo sort -w --check templates/sway-test-rs/template &&