Skip to content

Commit

Permalink
run utils test before day tests
Browse files Browse the repository at this point in the history
  • Loading branch information
devries committed Nov 26, 2023
1 parent a84aa41 commit 59e0577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ runall: main.go run.go ## Run all days
$(GO) run . -a

test: ## Run all tests
$(GO) test -cover ./day*
$(GO) test -cover ./utils
$(GO) test -cover ./day*

aoc_run: main.go run.go
$(GO) build -o aoc_run .
Expand Down

0 comments on commit 59e0577

Please sign in to comment.