Skip to content

Commit 19aaf3d

Browse files
committed
Include LongRunning tests in ci script
1 parent 74cb812 commit 19aaf3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ make start-background-broker
2020
set +e
2121

2222
cd $UNIT_DIR
23-
dotnet test -f netcoreapp1.0 --where='cat != RequireSMP & cat != LongRunning & cat != GCTest'
23+
dotnet test -f netcoreapp1.0 --where='cat != RequireSMP & cat != GCTest'
2424
EXIT_CODE=$?
2525

2626
set -e

0 commit comments

Comments
 (0)