Skip to content

Commit 73ecdf1

Browse files
committed
Makefile: Add target to run CCM tests
1 parent c9fde11 commit 73ecdf1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ test: up
4444
SCYLLA_URI3=172.42.0.4:9042 \
4545
cargo test
4646

47+
.PHONY: ccm-test
48+
ccm-test:
49+
RUSTFLAGS="--cfg ccm_tests" RUST_LOG=trace cargo test --test ccm_integration
50+
4751
.PHONY: dockerized-test
4852
dockerized-test: up
4953
test/dockerized/run.sh

0 commit comments

Comments
 (0)