Skip to content

Commit

Permalink
Tweak workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mtmk committed Sep 25, 2024
1 parent 6c5b2a4 commit b94bdc1
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,12 +188,13 @@ jobs:
cd tests\NATS.Client.Platform.Windows.Tests
dotnet test -c Release --no-build --logger:"console;verbosity=normal" -f net481
# Not working on Windows reliably
# - name: Test Core (net6.0)
# run: dotnet test -c Debug -f net6.0 --no-build --logger:"console;verbosity=normal" tests/NATS.Client.Core.Tests/NATS.Client.Core.Tests.csproj
#
# - name: Test Core (net8.0)
# run: dotnet test -c Debug -f net8.0 --no-build --logger:"console;verbosity=normal" tests/NATS.Client.Core.Tests/NATS.Client.Core.Tests.csproj
# Not working on Windows reliably yet
#- name: Test Core
# run: |
# tasklist | grep -i nats-server && taskkill -F -IM nats-server.exe
# nats-server.exe -v
# cd tests/NATS.Client.Core.Tests
# dotnet test -c Release --no-build

- name: Test Core2
run: |
Expand Down

0 comments on commit b94bdc1

Please sign in to comment.