Skip to content

Commit

Permalink
Update rust_fmt_auto_build_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bestia-dev authored Feb 3, 2024
1 parent 03e16ca commit 2fe816d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/rust_fmt_auto_build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@ jobs:
- name: Configure sccache
run: echo "RUSTC_WRAPPER=sccache" >> $GITHUB_ENV; echo "SCCACHE_GHA_ENABLED=true" >> $GITHUB_ENV
- name: Run sccache-cache for artifacts
uses: mozilla-actions/sccache-action@v0.0.4
uses: mozilla-actions/sccache-action@v3.0.0
- name: Fmt
run: cargo fmt -- --check
- name: Install cargo-auto
run: cargo install --force cargo-auto
- name: cargo-install cargo-auto
with:
crate: cargo-auto
- name: Build
run: cargo auto build
- name: Test
Expand Down

0 comments on commit 2fe816d

Please sign in to comment.