mirror of
https://github.com/pgsty/minio.git
synced 2026-07-21 13:10:22 +03:00
web-handlers: Support removal of multiple objects at once. (#3810)
This commit is contained in:
committed by
Harshavardhana
parent
2b0ed21f08
commit
91cf54f895
+1
-1
@@ -36,7 +36,7 @@ test_script:
|
||||
# Unit tests
|
||||
- ps: Add-AppveyorTest "Unit Tests" -Outcome Running
|
||||
- mkdir build\coverage
|
||||
- go test -timeout 15m -race github.com/minio/minio/cmd...
|
||||
- go test -timeout 17m -race github.com/minio/minio/cmd...
|
||||
- go test -race github.com/minio/minio/pkg...
|
||||
- go test -coverprofile=build\coverage\coverage.txt -covermode=atomic github.com/minio/minio/cmd
|
||||
- ps: Update-AppveyorTest "Unit Tests" -Outcome Passed
|
||||
|
||||
Reference in New Issue
Block a user