From 879a76fa411bd730c4fd2b28357338b2e9fae2b7 Mon Sep 17 00:00:00 2001 From: Dmitriy Ryajov Date: Tue, 23 Nov 2021 11:28:35 -0600 Subject: [PATCH] make test --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3dd3484c..29b30603 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -174,5 +174,4 @@ jobs: run: | export UCPU="$cpu" cd nim-dagger - nimble install -y --depsOnly - nimble test + make test