Skip to content

Commit 44934f5

Browse files
committed
Test.
Signed-off-by: Tim 'mithro' Ansell <me@mith.ro>
1 parent 9c519d6 commit 44934f5

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ jobs:
5050
- name: test
5151
run: |
5252
cd test
53-
make test-command
53+
make test-command || make -d test-command

Makefile.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ REQUIREMENTS_FILE := requirements.txt
1818
ENVIRONMENT_FILE := environment.yml
1919

2020
# Rule to checkout the git submodule if it wasn't cloned.
21-
$(TOP_DIR)/third_party/make-env/env.mk: $(TOIP_DIR)/.gitmodules
21+
$(TOP_DIR)/third_party/make-env/env.mk: $(TOP_DIR)/.gitmodules
2222
cd $(TOP_DIR); git submodule update --init third_party/make-env
2323
touch $(TOP_DIR)/third_party/make-env/env.mk
2424

test/.gitmodules

Whitespace-only changes.

0 commit comments

Comments
 (0)