We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c519d6 commit 44934f5Copy full SHA for 44934f5
3 files changed
.github/workflows/test.yml
@@ -50,4 +50,4 @@ jobs:
50
- name: test
51
run: |
52
cd test
53
- make test-command
+ make test-command || make -d test-command
Makefile.template
@@ -18,7 +18,7 @@ REQUIREMENTS_FILE := requirements.txt
18
ENVIRONMENT_FILE := environment.yml
19
20
# Rule to checkout the git submodule if it wasn't cloned.
21
-$(TOP_DIR)/third_party/make-env/env.mk: $(TOIP_DIR)/.gitmodules
+$(TOP_DIR)/third_party/make-env/env.mk: $(TOP_DIR)/.gitmodules
22
cd $(TOP_DIR); git submodule update --init third_party/make-env
23
touch $(TOP_DIR)/third_party/make-env/env.mk
24
test/.gitmodules
0 commit comments