Disposing the test fixtures

This commit is contained in:
Paul Schneider 2026-08-29 04:00:10 +01:00
commit 79398ca3e9
5 changed files with 26 additions and 28 deletions

View file

@ -44,4 +44,4 @@ jobs:
- name: Test
run: |
echo "🚀 Lancement des tests..."
cd /src/_src && dotnet test --verbosity normal && echo "✅ Success !"
cd /src/_src && dotnet test --verbosity normal && echo "✅ Success !" || echo "❌ Fail ($?)!"