Skip to content

Commit

Permalink
CI: run lint checks, but ignore errors
Browse files Browse the repository at this point in the history
  • Loading branch information
szszszsz committed Jun 18, 2020
1 parent 82d4cad commit 9d13dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ update-venv: $(VENV)
CI:
env FLIT_ROOT_INSTALL=1 $(MAKE) init VENV=$(VENV)
env FLIT_ROOT_INSTALL=1 $(MAKE) build-forced VENV=$(VENV)

$(MAKE) check || true

.PHONY: build-CI-test
build-CI-test:
Expand Down

0 comments on commit 9d13dd6

Please sign in to comment.