Skip to content

Commit

Permalink
ci: ensure graphviz test runs in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
acodeninja committed Nov 5, 2024
1 parent 0edd10c commit 02665f7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion graphviz/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ include ../scripts/requirements.mk
include ../scripts/package.mk

.PHONY: test
test: package
test: test-basic

.PHONY: test-basic
test-basic: package
@cd fixtures/basic && pack build --clear-cache test-basic
@docker run --rm --platform linux/amd64 --entrypoint test test-basic

0 comments on commit 02665f7

Please sign in to comment.