Skip to content

Commit

Permalink
fix: use cargo test
Browse files Browse the repository at this point in the history
  • Loading branch information
rymnc committed Jan 9, 2025
1 parent 47a1727 commit 6b0209e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
# for `fuel-core 0.26.0`(because of the bug with `--offline`
# and `--locked` when we build `fuel-core-wasm-executor 0.26.0`).
- command: check
args: --manifest-path version-compatibility/Cargo.toml --workspace && cargo nextest --manifest-path version-compatibility/Cargo.toml --workspace
args: --manifest-path version-compatibility/Cargo.toml --workspace && cargo test --manifest-path version-compatibility/Cargo.toml --workspace
name: "Check version-compatibility"
- command: build
args: -p fuel-core-bin --no-default-features --features production
Expand Down

0 comments on commit 6b0209e

Please sign in to comment.