Skip to content

Commit

Permalink
Disable cask package for now since it's broken
Browse files Browse the repository at this point in the history
package-build broke cask since it has started using
package-build--get-timestamp when creating packages. Disable the
package test for now until this is fixed in cask.
  • Loading branch information
dajva committed Jun 5, 2022
1 parent 89343e9 commit a26d34a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -14,7 +14,7 @@ RST_DOCS = $(addprefix $(RST_OUT_DIR)/,$(patsubst %.org,%.rst,$(notdir $(ORG_DOC

all: deps test

test: ert-test style-check package-lint build-test package-test
test: ert-test style-check package-lint build-test

build-test: clean build
cask clean-elc
Expand Down

0 comments on commit a26d34a

Please sign in to comment.