From 0af1a73a5b27401ed7290cd1b338d101ae059070 Mon Sep 17 00:00:00 2001 From: PFC <81114960+PFC-developer@users.noreply.github.com> Date: Wed, 24 Apr 2024 09:41:09 -0500 Subject: [PATCH] fix: do stuff on 'main' branch --- .github/workflows/tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 271ced7..58f0e6f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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