Moved tests to own job

This commit is contained in:
Martin Berg Alstad 2023-07-11 21:08:25 +02:00 committed by GitHub
parent dfd8bbfc10
commit 8b010ed691
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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