Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit dec9a1c

Browse files
committedApr 7, 2025·
ci: prevent spam in Check formatting
We separate the build log from the formatting log.
1 parent a4bf05c commit dec9a1c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎.github/workflows/qa.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
# messages from the actual build output.
2222
- name: Prepare Nix Store
2323
run: nix develop --command echo
24+
# A dedicated step removes spam from the actual job.
25+
- name: Build cargo xtask
26+
run: cargo xtask help >/dev/null
2427
# Executing this in a Nix shell ensures that all our checks run as all
2528
# required tooling exists.
2629
- name: Check formatting

0 commit comments

Comments
 (0)
Please sign in to comment.