Skip to content

Commit

Permalink
-p:TestTfmsInParallel=false on windows
Browse files Browse the repository at this point in the history
Signed-off-by: Caleb Lloyd <[email protected]>
  • Loading branch information
caleblloyd committed Jan 12, 2025
1 parent a516821 commit 98137e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,12 +210,13 @@ jobs:
# nats-server.exe -v
# dotMemoryUnit $env:userprofile\.dotnet\tools\nunit.exe --propagate-exit-code -- .\tests\NATS.Client.Core.MemoryTests\bin\Release\net6.0\NATS.Client.Core.MemoryTests.dll

# fails when target frameworks are run in parallel; run tests with -p:TestTfmsInParallel=false
- name: Platform Test
run: |
tasklist | grep -i nats-server && taskkill -F -IM nats-server.exe
nats-server.exe -v
cd tests\NATS.Client.Platform.Windows.Tests
dotnet test -c Release --no-build
dotnet test -c Release --no-build -p:TestTfmsInParallel=false
# Not working on Windows reliably yet
#- name: Test Core
Expand Down

0 comments on commit 98137e7

Please sign in to comment.