diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 10cb457d83..68ba52e81e 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -102,6 +102,8 @@ jobs: - name: Run all tests if: contains(matrix.os, 'ubuntu') uses: actions-rs/cargo@v1 + env: + NYM_API: https://sandbox-nym-api1.nymtech.net/api with: command: test args: --workspace