mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
Run integration tests in parallel
Revert "Try to fix alpine integration tests"
This reverts commit a47854103c
This commit is contained in:
parent
4d1931fa0e
commit
74f1d804aa
6 changed files with 43 additions and 32 deletions
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue