Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
kossnocorp committed Nov 20, 2024
1 parent 803d243 commit a525181
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Rust
uses: ./.github/actions/rust-setup.yml
uses: ./.github/actions/rust-setup

- name: Install cargo-nextest
run: cargo install cargo-nextest --locked
Expand All @@ -30,7 +30,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Rust
uses: ./.github/actions/rust-setup.yml
uses: ./.github/actions/rust-setup

- name: Run Clippy
run: cargo clippy --all-targets --all-features -- --cap-lints=warn
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Rust
uses: ./.github/actions/rust-setup.yml
uses: ./.github/actions/rust-setup

- name: Cache target
uses: actions/cache@v4
Expand Down

0 comments on commit a525181

Please sign in to comment.