Skip to content

Commit 625737b

Browse files
committed
Minor fix
1 parent 7cf1820 commit 625737b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

taskfiles/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ tasks:
3838
{{printf "unit-test-%s" .LIBRARY}}
3939
preconditions:
4040
- sh: >-
41-
{{ has .LIBRARY .G_YSTDLIBS }}
41+
{{or (eq .LIBRARY `all`) (has .LIBRARY .G_YSTDLIBS)}}
4242
msg: |-
4343
{{.LIBRARY}} is not a valid ystdlib-cpp library!
4444
List of libraries:
4545
{{- range .G_YSTDLIBS }}
46-
{{.}}
46+
{{.}}
4747
{{- end}}
4848
cmds:
4949
- task: "target-{{.TEST_TARGET}}"

0 commit comments

Comments
 (0)