From 7de346cf896f817f155fef6ddb4cd0f7c0210812 Mon Sep 17 00:00:00 2001 From: benedetta davico <46782255+benedettadavico@users.noreply.github.com> Date: Wed, 9 Apr 2025 10:07:55 +0200 Subject: [PATCH] add env --- .github/workflows/ci-build.yml | 2 ++ 1 file changed, 2 insertions(+) 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