Skip to content

Commit 1587818

Browse files
committed
ci: use -f instead of -p for testing
1 parent 239ba47 commit 1587818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env bash
22
set -e
3-
dotnet test -c Release -p:TargetFramework="$1"
3+
dotnet test -c Release -f "$1"

0 commit comments

Comments
 (0)