Skip to content

Commit 9d1bb80

Browse files
committed
Build and run compiler tests in appveyor
1 parent 84cebef commit 9d1bb80

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,5 @@ build: false
5252
test_script:
5353
- cargo build --verbose --target %TARGET%
5454
- cargo test --target %TARGET%
55+
- if "%CHANNEL%" == "nightly" cargo build --verbose --target %TARGET% --features "compiletest"
56+
- if "%CHANNEL%" == "nightly" cargo test --target %TARGET% --features "compiletest"

0 commit comments

Comments
 (0)