try fix config

This commit is contained in:
dignifiedquire
2019-09-18 20:09:28 +02:00
committed by holger krekel
parent feb4dfc3af
commit cdacf6a40f

View File

@@ -184,18 +184,16 @@ workflows:
test:
jobs:
- cargo_fetch
- build_test_docs_wheel
requires:
- cargo_fetch
requires:
- cargo_fetch
- upload_docs_wheels:
requires:
- build_test_docs_wheel
- cargo_fetch
- rustfmt:
requires:
- cargo_fetch
- clippy:
requires:
- cargo_fetch