mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
Run integration tests in parallel
Revert "Try to fix alpine integration tests"
This reverts commit d8cb86c5dd.
[common]
This commit is contained in:
1
test.sh
1
test.sh
@@ -49,7 +49,6 @@ if [ "$TYPE" = "Unit" ]; then
|
||||
WHERE="$WHERE&Category!=IntegrationTest&Category!=AutomationTest"
|
||||
elif [ "$TYPE" = "Integration" ] || [ "$TYPE" = "int" ] ; then
|
||||
WHERE="$WHERE&Category=IntegrationTest"
|
||||
VSTEST_PARAMS="$VSTEST_PARAMS --settings:$TEST_DIR/integration.runsettings"
|
||||
elif [ "$TYPE" = "Automation" ] ; then
|
||||
WHERE="$WHERE&Category=AutomationTest"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user