Skip to content

Commit

Permalink
separate target for github CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wilcoxjay committed Apr 9, 2024
1 parent 1e80f5e commit 23edbe8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ MYPYVY_OPTS := --seed=0 --log=info --timeout 2000 --print-cmdline

SRC_FILES := $(shell find src -name '*.py' -not -name '*parsetab*' -not -path '*/ply/*')

test: check check-imports unit typecheck verify trace updr pd-old pd sep
test: check check-imports unit typecheck verify verify.cvc4 trace updr pd-old pd sep

gh-test: check check-imports unit typecheck verify trace updr pd-old sep

style:
$(PYTHON) -m flake8 $(SRC_FILES) || true
Expand Down Expand Up @@ -206,4 +208,4 @@ clean:
rm -fv examples/*.out examples/*/*.out
rm -fr .mypy_cache/

.PHONY: style check run test verify verify-pd updr bench typecheck trace pd pd-old pd-long unit check-imports clear-cache nightly clean prelude
.PHONY: style check run test verify verify-pd updr bench typecheck trace pd pd-old pd-long unit check-imports clear-cache nightly clean prelude gh-test

0 comments on commit 23edbe8

Please sign in to comment.