From 1f8e6575dc3c98d65cd2f320d8430fab8b17ab9b Mon Sep 17 00:00:00 2001 From: Morgan Allen Date: Sat, 28 Jul 2018 14:52:20 -0700 Subject: [PATCH] default config on make --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c6c6634..9ad80c3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ cache: all_tests: stage: test script: - - make -f test/lora32/Makefile + - make -f test/lora32/Makefile defconfig all - npm install --unsafe-perm - npm test artifacts: