Merge remote-tracking branch 'origin/master'

This commit is contained in:
Martin Berg Alstad 2023-07-11 21:08:44 +02:00
commit 99fd2200fe

View File

@ -24,5 +24,12 @@ jobs:
run: dotnet restore
- name: Build
run: dotnet build --no-restore
test:
needs: build
runs-on: ubuntu-latest
steps:
- name: Test
run: dotnet test --no-build --verbosity normal