Expand test harness (#6)

This commit is contained in:
Patrick Stevens
2025-05-16 21:18:32 +01:00
committed by GitHub
parent 3415b7a73d
commit d85bfeb168
12 changed files with 95 additions and 18 deletions

View File

@@ -32,7 +32,7 @@ jobs:
- name: Build
run: nix develop --command dotnet build --no-restore --configuration Release
- name: Test
run: nix develop --command dotnet test --no-build --verbosity normal --configuration Release
run: nix develop --command dotnet test
build-nix:
runs-on: ubuntu-latest