Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisDyallo committed Apr 25, 2024
1 parent db437c2 commit 9e29f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-and-cover.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- 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 --no-self-contained
dotnet test Yubico.YubiKey/tests/unit/Yubico.YubiKey.UnitTests.csproj --configuration Release --nologo --logger trx --collect:"XPlat Code Coverage" --settings coverlet.runsettings.xml --os linux-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 9e29f71

Please sign in to comment.