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 63c0ffc commit b38e2b5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test-and-cover.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,12 @@ jobs:
if: matrix.os == 'ubuntu-latest'
run: |
echo "LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$HOME/.nuget/packages/yubico.nativeshims/1.10.0/runtimes/linux-x64/native/libYubico.NativeShims.so" >> $GITHUB_ENV
echo "LD LIBRARY PATH: $LD_LIBRARY_PATH"
- name: Check LD_LIBRARY_PATH
if: matrix.os == 'ubuntu-latest'
run: |
echo "LD LIBRARY PATH: $LD_LIBRARY_PATH"
- 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 b38e2b5

Please sign in to comment.