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