Skip to content

Commit 3a327a2

Browse files
committed
fix: CI
1 parent 2ab76ed commit 3a327a2

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
@@ -135,7 +135,7 @@ jobs:
135135
dotnet tool restore
136136
137137
- name: 🧪 Run unit tests
138-
run: dotnet test -c release --no-restore -f ${{ matrix.framework }}
138+
run: dotnet test -c release --no-restore
139139

140140
- name: 📛 Upload hang- and crash-dumps on test failure
141141
if: success() || failure()

0 commit comments

Comments
 (0)