Skip to content

Commit 2f93e3e

Browse files
committed
dahell
1 parent f25cd9f commit 2f93e3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet_build_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: dotnet build RedSeaMarkupLanguage.sln -c Release -p:Platform=${{ matrix.arch }}
3636

3737
- name: Run tests
38-
run: dotnet test ./RSML.Tests/RSML.Tests.csproj --no-build
38+
run: dotnet test ./RSML.Tests/RSML.Tests.csproj -c Release --no-build
3939

4040
- name: Pack & push to NuGet
4141
if: github.event_name == 'push' && matrix.os == 'windows-latest' && matrix.arch == 'x64'

0 commit comments

Comments
 (0)