diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 4cdb017..d2b19d0 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -23,6 +23,6 @@ jobs: - name: Restore dependencies run: dotnet restore ./tests/ - name: Build - run: dotnet build ./src/ --no-restore && dotnet build ./tests/ --no-restore + run: dotnet build ./src/ && dotnet build ./tests/ - name: Test run: dotnet test --no-build --verbosity normal ./tests