Skip to content

Commit 6c42aef

Browse files
committed
Fixups
1 parent f14b87b commit 6c42aef

2 files changed

Lines changed: 1 addition & 10 deletions

File tree

.github/workflows/test-suite.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -278,16 +278,6 @@ jobs:
278278
uses: arduino/setup-protoc@v1
279279
- name: Typecheck benchmark code without running it
280280
run: make check-benches
281-
check-consensus:
282-
name: check-consensus
283-
runs-on: ubuntu-latest
284-
needs: cargo-fmt
285-
steps:
286-
- uses: actions/checkout@v1
287-
- name: Get latest version of stable Rust
288-
run: rustup update stable
289-
- name: Typecheck consensus code in strict mode
290-
run: make check-consensus
291281
clippy:
292282
name: clippy
293283
runs-on: ubuntu-latest

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)