Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
radumarias authored Jun 9, 2024
1 parent 0f4b30e commit 0f8a00a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:

env:
CARGO_TERM_COLOR: always
CARGO_INCREMENTAL: 0 # remove this when we cache the builds
CARGO_INCREMENTAL: 0 # TODO: remove this when we cache the builds
RUSTFLAGS: "-Dwarnings"

jobs:
Expand All @@ -37,8 +37,8 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install Rust
run: rustup default stable && rustup update && rustup component add rustfmt
- name: Setup Rust
run: rustup update

- name: Fmt check
run: cargo fmt --check
Expand Down

0 comments on commit 0f8a00a

Please sign in to comment.