We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a80805 commit 3905ae7Copy full SHA for 3905ae7
.github/workflows/go.yml
@@ -26,6 +26,8 @@ jobs:
26
run: task build
27
- name: Task Test
28
run: task test
29
+ - name: Task Build mage
30
+ run: task build-mage
31
- name: Task Build for mage
32
run: task build-gg
33
- name: Test with gg
Taskfile.yaml
@@ -16,10 +16,12 @@ tasks:
16
deps:
17
- build
18
silent: true
19
+
20
build-mage:
21
cmds:
22
- CGO_ENABLED=0 GOOS=linux go build -o mage mage-tools/mage.go
23
24
25
build-gg:
- mage -d mage-tools -compile ../gg
0 commit comments