Skip to content

Commit

Permalink
Add both test suites back in; both pass individually...
Browse files Browse the repository at this point in the history
  • Loading branch information
9swampy committed Nov 19, 2024
1 parent 8fa3082 commit 9baabb2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ jobs:
- name: Build Debug
run: msbuild $env:Solution_Name /p:Configuration=Debug /p:Platform="Any CPU"

# - name: Telnet.CiTests
# uses: rusty-bender/vstest-action@main
# with:
# testAssembly: PrimS.Telnet.CiTests.dll
# searchFolder: ./**/bin/Debug/**/
# runInParallel: true
- name: Telnet.CiTests
uses: rusty-bender/vstest-action@main
with:
testAssembly: PrimS.Telnet.CiTests.dll
searchFolder: ./**/bin/Debug/**/
runInParallel: true

# Can't apparently run both full fat and core test suites together.'
- name: Telnet.*.CiTests
Expand Down

0 comments on commit 9baabb2

Please sign in to comment.