Skip to content

Commit 37d585b

Browse files
committed
CI
1 parent 1bcc440 commit 37d585b

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI
33
on:
44
push:
55
branches:
6-
- main
6+
- double-colon-user-leads
77

88
jobs:
99
build:
@@ -23,3 +23,8 @@ jobs:
2323
yes | make test AWK=nawk
2424
yes | make test AWK=wak
2525
yes | make test AWK=goawk
26+
make utest AWK=awk
27+
make utest AWK=mawk
28+
make utest AWK=nawk
29+
make utest AWK=wak
30+
make utest AWK=goawk

0 commit comments

Comments
 (0)