Skip to content

Commit ebbf8d5

Browse files
author
Jorge Aparicio
committed
appveyor: cargo test requires the gen-tests feature
1 parent 55294ba commit ebbf8d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ build: false
1616
test_script:
1717
- cargo build --target %TARGET%
1818
- cargo build --release --target %TARGET%
19-
- cargo test --no-default-features --target %TARGET%
20-
- cargo test --no-default-features --release --target %TARGET%
19+
- cargo test --no-default-features --feature gen-tests --target %TARGET%
20+
- cargo test --no-default-features --feature gen-tests --release --target %TARGET%

0 commit comments

Comments
 (0)