Skip to content

Commit

Permalink
Set up CodeCov, fix formatting and clippy warnings on stable Rust (#19)
Browse files Browse the repository at this point in the history
* add codecov token

* fix tendermint dep

* add token to repo

* fix fmt

* Fix clippy warning

* Switch back CI to stable Rust

* Adapt rustfmt config for stable

Co-authored-by: Romain Ruetschi <romain@informal.systems>
  • Loading branch information
ancazamfir and romac authored Mar 3, 2020
1 parent b4a9bef commit e9017a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
toolchain: stable
override: true
- uses: actions-rs/cargo@v1
with:
Expand All @@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
toolchain: stable
components: clippy
override: true
- uses: actions-rs/clippy-check@v1
Expand All @@ -42,7 +42,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
toolchain: stable
override: true
- uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit e9017a2

Please sign in to comment.