Skip to content

Commit

Permalink
und - [DEBUG] Figuring out what's the issue
Browse files Browse the repository at this point in the history
---

Type: und
Breaking: False
Doc Required: False
Backport Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Aug 11, 2024
1 parent 1de5024 commit 8fd3937
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,7 @@ jobs:
if: matrix.runs-on != 'windows-latest'
run: make dbg
- name: Testing
run: dotnet test --no-build --configuration Debug
run: |
ldd Magico.Console/bin/Debug/net8.0/runtimes/linux-x64/native/libmagic.so
dotnet test --no-build --configuration Debug

0 comments on commit 8fd3937

Please sign in to comment.