Skip to content

Commit 02beb4e

Browse files
committed
work
1 parent bd6597d commit 02beb4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/internal-pr-build-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Build
2424
run: dotnet build -c Release --no-restore
2525
- name: Test
26-
run: dotnet test --no-build --verbosity normal
26+
run: dotnet test -c Release
2727

2828
# create archive in \src\CodeQLToolkit.Core\bin\Release\net6.0\publish\linux-x64
2929
- name: Create Build Bundle (Linux)

0 commit comments

Comments
 (0)