Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/flovnes/lab4
Browse files Browse the repository at this point in the history
  • Loading branch information
flovnes committed Apr 27, 2024
2 parents b7dbcfb + fed6870 commit c2255b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c2255b0

Please sign in to comment.