Update ci.yml
Fabio Cevasco h3rald@h3rald.com
Tue, 08 Dec 2020 14:52:56 +0100
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
.github/workflows/ci.yml
→
.github/workflows/ci.yml
@@ -43,7 +43,7 @@ - name: Install deps
run: nifty install - name: Build - run: nimble -i build + run: nimble -y build - name: Test run: ./min tests/all