Skip to content

Commit

Permalink
add make action
Browse files Browse the repository at this point in the history
  • Loading branch information
day253 authored Oct 18, 2024
1 parent 30cb7e4 commit cd45fae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
go-version: '1.19'

- name: Test
run: make prepare && make compile
run: make action
3 changes: 3 additions & 0 deletions Makefile.mk
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ all: prepare compile test package
.PHONY: build-in-docker
build-in-docker: prepare compile package

.PHONY: action
action: prepare compile

.PHONY: prepare
prepare: prepare-dep

Expand Down

0 comments on commit cd45fae

Please sign in to comment.