Skip to content

Commit

Permalink
update makeFile
Browse files Browse the repository at this point in the history
  • Loading branch information
hoank101 committed Jan 13, 2025
1 parent 5fc187e commit 950e77a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions code/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ lint-fix:

unit-tests:
cargo nextest run \
--workspace \
--all-features \
--no-fail-fast \
--failure-output final \
--exclude informalsystems-malachitebft-starknet-test \
--exclude informalsystems-malachitebft-discovery-test
--workspace \
--all-features \
--no-fail-fast \
--failure-output final \
--exclude informalsystems-malachitebft-starknet-test \
--exclude informalsystems-malachitebft-discovery-test


test: unit-tests

0 comments on commit 950e77a

Please sign in to comment.