We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8095b9 commit f5cffe7Copy full SHA for f5cffe7
execs.flow
@@ -4,13 +4,6 @@ executables:
4
- verb: validate
5
description: Run all development checks
6
serial:
7
- params:
8
- - envKey: COLORFGBG
9
- text: 15;0
10
- - envKey: COLORTERM
11
- text: truecolor
12
- - envKey: TERM
13
- text: xterm-256color
14
execs:
15
- ref: generate
16
- ref: lint
@@ -25,6 +18,13 @@ executables:
25
18
description: Run tests with coverage
26
19
27
20
dir: //
21
+ params:
22
+ - envKey: COLORFGBG
23
+ text: 15;0
24
+ - envKey: COLORTERM
+ text: truecolor
+ - envKey: TERM
+ text: xterm-256color
28
29
# TODO: Add -race flag when the container becomes thread safe
30
- cmd: |
0 commit comments