wip move some ci tasks to gh-actions (#998)

* add-action-rs-clippy-action

just to try this action out

* add --all argument

* rm --all argument again

* add cargo check and fmt

* disable circle ci counterparts(fetch, clippy, fmt)
This commit is contained in:
Simon Laux
2019-12-10 23:26:42 +01:00
committed by holger krekel
parent 1953b95c57
commit 775c36bb65
2 changed files with 54 additions and 7 deletions

View File

@@ -187,7 +187,7 @@ workflows:
test:
jobs:
- cargo_fetch
# - cargo_fetch
- remote_tests_rust
@@ -197,12 +197,12 @@ workflows:
# requires:
# - build_test_docs_wheel
# - build_doxygen
- rustfmt:
requires:
- cargo_fetch
- clippy:
requires:
- cargo_fetch
# - rustfmt:
# requires:
# - cargo_fetch
# - clippy:
# requires:
# - cargo_fetch
- build_doxygen