From 98b6c3006fe38b5a12c706f02c8a9e7b54f1d95f Mon Sep 17 00:00:00 2001 From: andri lim Date: Tue, 23 Jan 2024 09:25:38 +0700 Subject: [PATCH] Reenable tests (#151) --- .github/workflows/ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a9c00b..e0609e6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -158,12 +158,12 @@ jobs: bash build_nim.sh nim csources dist/nimble NimBinaries echo '${{ github.workspace }}/nim/bin' >> $GITHUB_PATH -# - name: Run tests -# run: | -# nim --version -# nimble --version -# nimble install -y --depsOnly -# nimble test + - name: Run tests + run: | + nim --version + nimble --version + nimble install -y --depsOnly + nimble test autobahn-test: if: github.event_name == 'push' || github.event_name == 'pull_request'