Ensure tests pass

This commit is contained in:
Matt Nadareski
2024-11-13 00:43:29 -05:00
parent 1ad45c6d59
commit f86f565136

View File

@@ -14,4 +14,7 @@ jobs:
dotnet-version: 9.0.x
- name: Build
run: dotnet build
run: dotnet build
- name: Run tests
run: dotnet test