Skip to content

Commit fce2825

Browse files
remove nextest config
1 parent a84d7bb commit fce2825

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

.config/nextest.toml

Lines changed: 0 additions & 4 deletions
This file was deleted.

Makefile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,28 +62,28 @@ check: check-llvm
6262

6363
.PHONY: test
6464
test: 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
6868
test-cairo: check-llvm needs-cairo2
6969
cargo r --profile ci --package cairo-native-test -- --compare-with-cairo-vm corelib
7070

7171
.PHONY: proptest
7272
proptest: 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
7676
test-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
8080
proptest-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
8484
coverage: 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
8989
doc: check-llvm

0 commit comments

Comments
 (0)