diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 495ddd71..bb1b67c3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -36,6 +36,13 @@ jobs: echo "GEYSER_PLUGIN_NAME=$plugin_name" | tee -a $GITHUB_ENV echo "GEYSER_PLUGIN_LIB=lib${plugin_lib_name}" | tee -a $GITHUB_ENV + - uses: actions-rs/toolchain@v1 + with: + toolchain: nightly + override: true + profile: minimal + components: rustfmt + - uses: actions-rs/toolchain@v1 with: toolchain: ${{ env.RUST_STABLE }}