Skip to content

Commit

Permalink
switched back to release test
Browse files Browse the repository at this point in the history
  • Loading branch information
mpmxyz committed Dec 16, 2023
1 parent 9dc8aad commit 188b50b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-monkey.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- name: Test
run: |
dotnet test --no-restore --configuration "Release" "${{ env.TEST_PROJECT_FILE }}"
dotnet test --no-restore --configuration "Debug" "${{ env.MOD_LOADER_TEST_PROJECT_FILE }}"
dotnet test --no-restore --configuration "Release" "${{ env.MOD_LOADER_TEST_PROJECT_FILE }}"
env:
ASSEMBLY_NAME: ""
- name: Build
Expand Down

0 comments on commit 188b50b

Please sign in to comment.