From 97bbba3fcdf4735aa4329947cff26a48a912c533 Mon Sep 17 00:00:00 2001 From: Johannes Lund Date: Mon, 4 Dec 2023 11:39:35 +0100 Subject: [PATCH] wip: attempt to set LOCAL_CLUSTER_CONFIGS env var --- .github/workflows/windows.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index f28704dc861..0549e38b423 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -64,6 +64,9 @@ jobs: with: name: cardano-wallet-tests-win64 - run: '.\\cardano-wallet-test-unit.exe --color --jobs 1 --skip /Cardano.Wallet.DB.Sqlite/ +RTS -M2G -N2' + env: + LOCAL_CLUSTER_CONFIGS: .\\local-cluster\\test\\data + text-class-test-unit: name: 'test-class:unit'