Skip to main content

Add rustfmt explicitly as a component

ID
49f5f52
date
2025-09-29 22:28:25+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
2a0e0a2
message
Add rustfmt explicitly as a component
changed files
1 file, 1 addition

Changed files

.github/workflows/test.yml (340) → .github/workflows/test.yml (370)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 2424d00..2bee914 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -14,6 +14,7 @@ jobs:
       - uses: dtolnay/rust-toolchain@v1
         with:
           toolchain: stable
+          components: rustfmt
 
       - run: cargo build
       - run: cargo test