From df20aab8edad6119686dec716b05af3fa8824645 Mon Sep 17 00:00:00 2001 From: Kenneth Hsu Date: Sat, 6 Feb 2021 18:42:44 -0800 Subject: Run all tests. --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github') diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fb4f81ebb..f5b66c42a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -39,19 +39,19 @@ jobs: if: matrix.os == 'ubuntu-latest' run: | nuget install NUnit.Runners -Version 3.12.0 -OutputDirectory nunit - mono nunit/NUnit.ConsoleRunner.3.12.0/tools/nunit3-console.exe Duplicati/UnitTest/bin/Release/Duplicati.UnitTest.dll --where:cat==Utility + mono nunit/NUnit.ConsoleRunner.3.12.0/tools/nunit3-console.exe Duplicati/UnitTest/bin/Release/Duplicati.UnitTest.dll - name: Run Unit Tests (Windows) if: matrix.os == 'windows-latest' run: | nuget install NUnit.Runners -Version 3.12.0 -OutputDirectory nunit - nunit/NUnit.ConsoleRunner.3.12.0/tools/nunit3-console.exe Duplicati/UnitTest/bin/Release/Duplicati.UnitTest.dll --where:cat==Utility + nunit/NUnit.ConsoleRunner.3.12.0/tools/nunit3-console.exe Duplicati/UnitTest/bin/Release/Duplicati.UnitTest.dll - name: Run Unit Tests (macOS) if: matrix.os == 'macos-latest' run: | nuget install NUnit.Runners -Version 3.12.0 -OutputDirectory nunit - mono nunit/NUnit.ConsoleRunner.3.12.0/tools/nunit3-console.exe Duplicati/UnitTest/bin/Release/Duplicati.UnitTest.dll --where:cat==Utility + mono nunit/NUnit.ConsoleRunner.3.12.0/tools/nunit3-console.exe Duplicati/UnitTest/bin/Release/Duplicati.UnitTest.dll ui_tests: name: UI tests -- cgit v1.2.3