Skip to content

Commit

Permalink
Makefile: split test stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
legobeat committed Jun 19, 2024
1 parent 401ca5c commit 74b873e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,10 @@ image_runner:
-f './sidecars/node-runner/Containerfile' \
.

test:
@echo TODO: tests
test: test_nvim test_runner

test_nvim:
@echo TODO: nvim image tests

test_runner:
@echo TODO: node-runner image tests

0 comments on commit 74b873e

Please sign in to comment.