test all suites individually
This commit is contained in:
parent
f1c4a1fce3
commit
16978c3a43
38
.github/workflows/ci.yml
vendored
38
.github/workflows/ci.yml
vendored
@ -309,7 +309,43 @@ jobs:
|
|||||||
-failfast \
|
-failfast \
|
||||||
-p 1 \
|
-p 1 \
|
||||||
-timeout 20m \
|
-timeout 20m \
|
||||||
./internal/m365/collection/site \
|
-run '^SharePointCollectionUnitSuite/' ./internal/m365/collection/site \
|
||||||
|
2>&1 | tee -a ./testlog/gotest-unit.log
|
||||||
|
|
||||||
|
# Run the second test
|
||||||
|
go test \
|
||||||
|
-tags testing \
|
||||||
|
-failfast \
|
||||||
|
-p 1 \
|
||||||
|
-timeout 20m \
|
||||||
|
-run '^TestExportUnitSuite/' ./internal/m365/collection/site \
|
||||||
|
2>&1 | tee -a ./testlog/gotest-unit.log
|
||||||
|
|
||||||
|
# Run the third test
|
||||||
|
go test \
|
||||||
|
-tags testing \
|
||||||
|
-failfast \
|
||||||
|
-p 1 \
|
||||||
|
-timeout 20m \
|
||||||
|
-run '^TestPagesUnitSuite/' ./internal/m365/collection/site \
|
||||||
|
2>&1 | tee -a ./testlog/gotest-unit.log
|
||||||
|
|
||||||
|
# Run the fourth test
|
||||||
|
go test \
|
||||||
|
-tags testing \
|
||||||
|
-failfast \
|
||||||
|
-p 1 \
|
||||||
|
-timeout 20m \
|
||||||
|
-run '^TestSharePointRestoreUnitSuite/' ./internal/m365/collection/site \
|
||||||
|
2>&1 | tee -a ./testlog/gotest-unit.log
|
||||||
|
|
||||||
|
# Run the fifth test
|
||||||
|
go test \
|
||||||
|
-tags testing \
|
||||||
|
-failfast \
|
||||||
|
-p 1 \
|
||||||
|
-timeout 20m \
|
||||||
|
-run '^TestSharePointBackupUnitSuite/' ./internal/m365/collection/site \
|
||||||
2>&1 | tee -a ./testlog/gotest-unit.log
|
2>&1 | tee -a ./testlog/gotest-unit.log
|
||||||
|
|
||||||
# - name: all tests
|
# - name: all tests
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user