From 57dbf258a87b71ca2b86c6fb3be0f3bf94c2b2ac Mon Sep 17 00:00:00 2001 From: Dennis Dyall Date: Thu, 25 Apr 2024 23:43:56 +0200 Subject: [PATCH] try rid --- .github/workflows/test-and-cover.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-and-cover.yml b/.github/workflows/test-and-cover.yml index 5f2efded..7e68cd0d 100644 --- a/.github/workflows/test-and-cover.yml +++ b/.github/workflows/test-and-cover.yml @@ -77,7 +77,12 @@ jobs: if: matrix.os == 'ubuntu-latest' run: | echo "LD LIBRARY PATH: $LD_LIBRARY_PATH" - + + - name: Run Tests on Ubuntu + if: matrix.os == 'ubuntu-latest' + run: | + dotnet test Yubico.YubiKey/tests/unit/Yubico.YubiKey.UnitTests.csproj --configuration Release --nologo --logger trx --collect:"XPlat Code Coverage" --settings coverlet.runsettings.xml --runtime ubuntu-x64 + - name: Test Yubico.YubiKey run: dotnet test --configuration Release --no-restore --nologo --logger trx --collect:"XPlat Code Coverage" Yubico.YubiKey/tests/unit/Yubico.YubiKey.UnitTests.csproj --settings coverlet.runsettings.xml