Skip to content

Commit

Permalink
ci(workflow): add test command
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 authored and ccamel committed Aug 20, 2023
1 parent 07a8813 commit 92e476b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions starship/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ HELM_REPO = starship
HELM_CHART = devnet
HELM_VERSION = v0.1.38

###############################################################################
### Run tests ###
###############################################################################

.PHONY: test
test:
cd tests/ go test ./...

###############################################################################
### All commands ###
###############################################################################
Expand Down

0 comments on commit 92e476b

Please sign in to comment.