Revert "Moved tests to own job"

This reverts commit 8b010ed6914b2591b5fd42ed7403c823a4c1c226.
This commit is contained in:
Martin Berg Alstad 2023-07-11 21:28:19 +02:00
parent 99fd2200fe
commit 51d929ce64

View File

@ -24,12 +24,5 @@ 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