Skip to content

Commit 3905ae7

Browse files
committed
fix: 🐛 fix mage build
fix mage build
1 parent 9a80805 commit 3905ae7

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
run: task build
2727
- name: Task Test
2828
run: task test
29+
- name: Task Build mage
30+
run: task build-mage
2931
- name: Task Build for mage
3032
run: task build-gg
3133
- name: Test with gg

Taskfile.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@ tasks:
1616
deps:
1717
- build
1818
silent: true
19+
1920
build-mage:
2021
cmds:
2122
- CGO_ENABLED=0 GOOS=linux go build -o mage mage-tools/mage.go
2223
silent: true
24+
2325
build-gg:
2426
cmds:
2527
- mage -d mage-tools -compile ../gg

0 commit comments

Comments
 (0)