Skip to content

Commit f3331d7

Browse files
committed
Building not needed.
1 parent 8b6d0d8 commit f3331d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Provider/tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ function Tests-EFCore() {
111111
Check-ExitCode { dotnet FirebirdSql.EntityFrameworkCore.Firebird.Tests.dll --labels=All }
112112

113113
cd "$baseDir\src\FirebirdSql.EntityFrameworkCore.Firebird.FunctionalTests"
114-
Check-ExitCode { dotnet test }
114+
Check-ExitCode { dotnet test --no-build -c $Configuration }
115115
}
116116

117117
echo "=== END ==="

0 commit comments

Comments
 (0)