From 6b8db8df505abc087f743d4aba7aa0656cd60f28 Mon Sep 17 00:00:00 2001 From: rpschoenburg Date: Fri, 28 Feb 2025 13:50:50 -0800 Subject: [PATCH] Move Windows Rspec tests inside unit test module Deleted the Windows Rspec CLI test module in the workflows YML and moved the relevant code into the unit testing module. This solves the issue where the oxen server would not instantiate within the Windows module. --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 39b049ca1..c804c024f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -212,7 +212,6 @@ jobs: env: PATH: ${{ env.PATH }};${{ github.workspace }}/target/debug run: | - mkdir .\data\test\runs echo "Adding user" .\target\debug\oxen-server.exe add-user --email ox@oxen.ai --name Ox --output user_config.toml echo "Copying user config"