Skip to content

Commit

Permalink
Revert changes to ci_checks.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Dentosal committed Jan 6, 2025
1 parent 75964bb commit a0f34f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci_checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ cargo check -p fuel-core-chain-config --target wasm32-unknown-unknown --no-defau
cargo check -p fuel-core-executor --target wasm32-unknown-unknown --no-default-features --features alloc &&
cargo make check --all-features --locked &&
cargo make check --locked &&
cargo test --test integration_tests local_node &&
OVERRIDE_CHAIN_CONFIGS=true cargo test --test integration_tests local_node &&
cargo nextest run --workspace &&
cargo nextest run --all-features --workspace &&
FUEL_ALWAYS_USE_WASM=true cargo nextest run --all-features --workspace &&
cargo nextest run -p fuel-core --no-default-features &&
cargo nextest run -p fuel-core-client --no-default-features &&
cargo nextest run -p fuel-core-chain-config --no-default-features &&
Expand Down

0 comments on commit a0f34f6

Please sign in to comment.