Don't run integration tests on appveyor
It is [possible](https://stefanscherer.github.io/setup-windows-docker-ci-appveyor/) but I don't want to dig into it atm.
This commit is contained in:
parent
c393fd7162
commit
06106fbc58
1 changed files with 4 additions and 1 deletions
|
|
@ -65,4 +65,7 @@ build: false
|
||||||
|
|
||||||
test_script:
|
test_script:
|
||||||
- cargo check --all-targets
|
- cargo check --all-targets
|
||||||
- cargo test
|
- cargo test --lib
|
||||||
|
- cargo test --doc
|
||||||
|
- cargo test --examples
|
||||||
|
# note that we are not running integration tests!
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue