@@ -62,28 +62,28 @@ check: check-llvm
6262
6363.PHONY : test
6464test : check-llvm needs-cairo2 build-alexandria
65- cargo nextest run --profile ci -- features=with-cheatcode,with-debug-utils,testing
65+ cargo nextest run --features=with-cheatcode,with-debug-utils,testing
6666
6767.PHONY : test-cairo
6868test-cairo : check-llvm needs-cairo2
6969 cargo r --profile ci --package cairo-native-test -- --compare-with-cairo-vm corelib
7070
7171.PHONY : proptest
7272proptest : check-llvm needs-cairo2
73- cargo nextest run --profile ci -- features=with-cheatcode,with-debug-utils,testing proptest
73+ cargo nextest run --features=with-cheatcode,with-debug-utils,testing proptest
7474
7575.PHONY : test-cli
7676test-ci : check-llvm needs-cairo2 build-alexandria
77- cargo nextest run --profile ci -- features=with-cheatcode,with-debug-utils,testing
77+ cargo nextest run --features=with-cheatcode,with-debug-utils,testing
7878
7979.PHONY : proptest-cli
8080proptest-ci : check-llvm needs-cairo2
81- cargo nextest run --profile ci -- features=with-cheatcode,with-debug-utils,testing proptest
81+ cargo nextest run --features=with-cheatcode,with-debug-utils,testing proptest
8282
8383.PHONY : coverage
8484coverage : check-llvm needs-cairo2 build-alexandria
85- cargo llvm-cov --verbose --profile ci --features=with-cheatcode,with-debug-utils,testing --workspace --lcov --output-path lcov.info
86- cargo llvm-cov --verbose --profile ci --features=with-cheatcode,with-debug-utils,testing --lcov --output-path lcov-test.info run --package cairo-native-test -- corelib
85+ cargo llvm-cov nextest --verbose --features=with-cheatcode,with-debug-utils,testing --workspace --lcov --output-path lcov.info
86+ cargo llvm-cov nextest --verbose --features=with-cheatcode,with-debug-utils,testing --lcov --output-path lcov-test.info run --package cairo-native-test -- corelib
8787
8888.PHONY : doc
8989doc : check-llvm
0 commit comments