Skip to content

Commit

Permalink
Move Windows Rspec tests inside unit test module
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rpschoenburg committed Feb 28, 2025
1 parent 479dc3d commit 6b8db8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected] --name Ox --output user_config.toml
echo "Copying user config"
Expand Down

0 comments on commit 6b8db8d

Please sign in to comment.