From 59dc67aa41195c41e7b4217f61e554a89be78a3b Mon Sep 17 00:00:00 2001 From: Simon Marty Date: Thu, 11 Jul 2024 14:29:21 -0700 Subject: [PATCH] Add fmt and clippy since they're not on the default toolchain --- .github/workflows/rust.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 11fc7b5..8ae1ef6 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -22,6 +22,7 @@ jobs: with: toolchain: nightly override: true + components: rustfmt, clippy - name: Build run: cargo build --verbose - name: Run tests