Skip to content

Commit 13a3dd3

Browse files
committed
a
1 parent b3ab826 commit 13a3dd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/qa.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: nix develop --command echo
2424
# A dedicated step removes spam from the actual job.
2525
- name: Build cargo xtask
26-
run: cargo build
26+
run: cargo xtask help >/dev/null
2727
# Executing this in a Nix shell ensures that all our checks run as all
2828
# required tooling exists.
2929
- name: Check formatting

0 commit comments

Comments
 (0)