Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
SWvheerden committed Jul 8, 2024
1 parent 0124802 commit efed4df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ name: CI
merge_group:

env:
toolchain: nightly-2024-07-06
toolchain: nightly-2024-07-07
CARGO_HTTP_MULTIPLEXING: false
CARGO_TERM_COLOR: always
CARGO_UNSTABLE_SPARSE_REGISTRY: true
Expand Down Expand Up @@ -70,6 +70,7 @@ jobs:
tari-${{ runner.os }}-${{ runner.cpu-model }}-${{ env.toolchain }}-nightly
- name: cargo format
run: cargo fmt --all -- --check
- run: rustup update
- name: Install cargo-lints
run: cargo install cargo-lints
- name: Clippy check (with lints)
Expand Down

0 comments on commit efed4df

Please sign in to comment.