We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a403e4a commit 791a585Copy full SHA for 791a585
Makefile
@@ -16,7 +16,7 @@ LOAD_PATH ?= $(addprefix -L ../,$(DEPS))
16
LOAD_PATH += -L .
17
18
# TODO: add checkdoc and lint
19
-ci: build compile checkdoc
+ci: build compile test
20
21
build:
22
$(EASK) package
0 commit comments