Skip to content

Commit 4a15cb8

Browse files
committed
tests not passing??
1 parent b5d8cae commit 4a15cb8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dotnet-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
working-directory: src
4242
run: dotnet restore
4343

44-
- name: Test build
45-
working-directory: src
46-
run: dotnet build --configuration Release
44+
# - name: Test build
45+
# working-directory: src
46+
# run: dotnet build --configuration Release
4747

4848
- name: Run Tests
4949
working-directory: src

0 commit comments

Comments
 (0)