Skip to content

Commit

Permalink
try rid
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisDyallo committed Apr 25, 2024
1 parent b38e2b5 commit 57dbf25
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test-and-cover.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 57dbf25

Please sign in to comment.