Skip to content

Commit

Permalink
chore: rename integration-tests target
Browse files Browse the repository at this point in the history
Signed-off-by: Fabrizio Sestito <fabrizio.sestito@suse.com>
  • Loading branch information
fabriziosestito committed Dec 19, 2023
1 parent 443bd1d commit 23dd451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ test: fmt lint
unit-test: fmt lint
cargo test --workspace --lib

.PHONY: integration-test
.PHONY: integration-tests
integration-tests: fmt lint
cargo test --test '*'

Expand Down

0 comments on commit 23dd451

Please sign in to comment.