Skip to content

Commit

Permalink
fix: do stuff on 'main' branch
Browse files Browse the repository at this point in the history
  • Loading branch information
PFC-developer committed Apr 24, 2024
1 parent dfbd137 commit 0af1a73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:
fetch-depth: 1
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: nightly
components: rustfmt
profile: minimal
override: true
- run: cargo fmt -- --check
- run: cargo +nightly fmt -- --check

unit-test:
name: Actions - unit test
Expand Down

0 comments on commit 0af1a73

Please sign in to comment.