mirror of
https://github.com/logos-blockchain/lez-programs.git
synced 2026-07-03 13:39:38 +00:00
chore: add integration test task to make file
This commit is contained in:
parent
255f87f38f
commit
4bc2bde25f
5
Makefile
5
Makefile
@ -1,4 +1,4 @@
|
|||||||
.PHONY: clippy clippy-guest clippy-all test fmt idl
|
.PHONY: clippy clippy-guest clippy-all test integration-test fmt idl
|
||||||
|
|
||||||
clippy:
|
clippy:
|
||||||
RISC0_SKIP_BUILD=1 cargo clippy --workspace --all-targets -- -D warnings
|
RISC0_SKIP_BUILD=1 cargo clippy --workspace --all-targets -- -D warnings
|
||||||
@ -13,6 +13,9 @@ clippy-all: clippy clippy-guest
|
|||||||
test:
|
test:
|
||||||
RISC0_DEV_MODE=1 cargo test --workspace
|
RISC0_DEV_MODE=1 cargo test --workspace
|
||||||
|
|
||||||
|
integration-test:
|
||||||
|
RISC0_DEV_MODE=1 cargo test -p integration_tests
|
||||||
|
|
||||||
fmt:
|
fmt:
|
||||||
cargo +nightly fmt --all
|
cargo +nightly fmt --all
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user