Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenneth Hsu <kennethhsu@gmail.com>2021-02-06 22:15:12 +0300
committerKenneth Hsu <kennethhsu@gmail.com>2021-02-06 22:19:33 +0300
commit4bec3dc3814cb3069552da2f1e8b136110dd7b85 (patch)
tree34a70f1deb8dfed2fc3ad5cb7dacaaddf50c28fd
parent1608154514071d011c63f67e50ebb7726f319eb1 (diff)
Add step to run Utility unit tests.
-rw-r--r--.github/workflows/unit_tests.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml
index 7ad5b64fe..2b68f3a67 100644
--- a/.github/workflows/unit_tests.yml
+++ b/.github/workflows/unit_tests.yml
@@ -42,3 +42,7 @@ jobs:
nuget restore Duplicati.sln
msbuild -p:Configuration=Release -p:DefineConstants=ENABLE_GTK Duplicati.sln
+ - name: Run Unit Tests
+ 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