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 2fe816d commit 0d189ab
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/rust_fmt_auto_build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,15 @@ 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@v3.0.0
- name: Fmt
uses: mozilla-actions/sccache-action@v0.04
- name: cargo fmt -- --check
run: cargo fmt -- --check
- name: cargo-install cargo-auto
uses: baptiste0928/[email protected]
with:
crate: cargo-auto
- name: Build
- name: cargo auto build
run: cargo auto build
- name: Test
- name: cargo auto test
run: cargo auto test

0 comments on commit 0d189ab

Please sign in to comment.