We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3ab826 commit 13a3dd3Copy full SHA for 13a3dd3
.github/workflows/qa.yml
@@ -23,7 +23,7 @@ jobs:
23
run: nix develop --command echo
24
# A dedicated step removes spam from the actual job.
25
- name: Build cargo xtask
26
- run: cargo build
+ run: cargo xtask help >/dev/null
27
# Executing this in a Nix shell ensures that all our checks run as all
28
# required tooling exists.
29
- name: Check formatting
0 commit comments