From 6b4a60d66bc8a66f127f5e809ad54f5420cc3f97 Mon Sep 17 00:00:00 2001 From: Michael Dowling Date: Mon, 9 Dec 2024 22:55:39 -0600 Subject: [PATCH] Fix CI --- .github/workflows/ci.yml | 1 + Makefile | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 76ae9a3..39a1a4a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,4 +27,5 @@ jobs: - uses: hishamhm/gh-actions-luarocks@master - name: Test run: | + make dev make diff --git a/Makefile b/Makefile index 594b282..5196786 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,10 @@ -.PHONY: build gen check test +.PHONY: dev build gen check test build: compile check test build +dev: + luarocks install cyan + compile: cyan build luarocks build