Skip to content

Commit adb4e5c

Browse files
author
Jorge Aparicio
committed
s/feature/features/g
1 parent d2bf0f9 commit adb4e5c

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 --feature gen-tests --target %TARGET%
20-
- cargo test --no-default-features --feature gen-tests --release --target %TARGET%
19+
- cargo test --no-default-features --features gen-tests --target %TARGET%
20+
- cargo test --no-default-features --features gen-tests --release --target %TARGET%

0 commit comments

Comments
 (0)