From 5dcd8ce6280aa4de9d412f5970a47135f9e4db35 Mon Sep 17 00:00:00 2001 From: Jaremy Creechley Date: Fri, 20 Oct 2023 16:24:57 -0700 Subject: [PATCH] run and build sync tests --- .github/workflows/tests.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0e2e106..3d85c89 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -134,3 +134,10 @@ jobs: nim --version echo nimble --verbose test + + - name: Build and run tests + run: | + source "${HOME}/.bash_env" + nim --version + echo + nimble --verbose -d:datastoreUseAsync=false test