Skip to content

Commit

Permalink
Split in github action
Browse files Browse the repository at this point in the history
Signed-off-by: Toomore Chiang <[email protected]>
  • Loading branch information
toomore committed Feb 12, 2025
1 parent 971e06b commit a5ac9e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ jobs:
sh ./goclean.sh
go test -v -bench=Bench -benchmem -run='Bench' ./mails
go test -v -bench=Bench -benchmem -run='Bench' ./utils
- name: Build image
run: |
sh ./build-base.sh
sh ./build-min.sh
docker images

0 comments on commit a5ac9e3

Please sign in to comment.