(ci) Stop using cargo-make on appveyor.
Neccessary due to failing builds...
This commit is contained in:
parent
9e424a8630
commit
e4cf21086c
1 changed files with 6 additions and 1 deletions
|
@ -49,4 +49,9 @@ install:
|
|||
build: false
|
||||
|
||||
test_script:
|
||||
- cargo make workspace-ci-flow --no-workspace
|
||||
- cd juniper && cargo build --verbose && cargo test --verbose && cd ..
|
||||
- cd juniper_codegen && cargo build --verbose && cargo test --verbose && cd ..
|
||||
- cd juniper_tests && cargo build --verbose && cargo test --verbose && cd ..
|
||||
- cd juniper_iron && cargo build --verbose && cargo test --verbose && cd ..
|
||||
- IF NOT %TARGET% == %TARGET:msvc=% ( IF %CHANNEL% == "nightly" ( cd juniper_rocket && cargo test --verbose && cargo build --verbose && cd .. ) )
|
||||
|
||||
|
|
Loading…
Reference in a new issue