Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dme-compunet committed Sep 8, 2023
1 parent afaff59 commit 2075b9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
run: dotnet build -c Release Source/YoloV8.Demo/YoloV8.Demo.csproj

- name: Run Tests
run: dotnet test Source/YoloV8.Tests/YoloV8.Tests.csproj
run: dotnet test -c Release Source/YoloV8.Tests/YoloV8.Tests.csproj

0 comments on commit 2075b9c

Please sign in to comment.