Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/ci-basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
- name: Install dependencies on Ubuntu
#run: sudo apt-get update && sudo apt-get install -y protobuf-compiler build-essential librocksdb-dev
run: sudo apt-get update && sudo apt-get install -y protobuf-compiler librocksdb-dev
- name: Install formatting & linting tools
run: rustup component add rustfmt clippy
- name: Run tests
run: cargo test --verbose
- name: Verify working directory is clean
Expand Down
3 changes: 1 addition & 2 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# TODO: This file does not exist in the original Zebra repo - consider removing it before the final merge.
# TODO: Upstream specifies `channel = "stable"` — consider restoring it before final merge.
[toolchain]
channel = "1.82.0"
components = [ "clippy", "rustfmt" ]