Skip to content

Commit 30f7cb8

Browse files
committed
fix: CI
1 parent 332758d commit 30f7cb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Test build
4141
working-directory: src
42-
run: dotnet test -c Release
42+
run: dotnet build -c Release
4343

4444
- name: Run tests
4545
working-directory: src/${{ env.ProjectName }}.Tests

0 commit comments

Comments
 (0)