Merged in feature/s3integration (pull request #47)
Set Up S3 integration * cfginterfaceandfirsts3funcs * addlocalstack * generallypassesfullsuite * addedmultipleattemptedpings * cleanup * stabiliseplusskip
This commit is contained in:
@@ -37,7 +37,7 @@ tasks:
|
||||
- task build
|
||||
- task lint
|
||||
- task test:unit
|
||||
- task test:integration:nocache
|
||||
- task test:integration:cmd:nocache
|
||||
build:
|
||||
deps:
|
||||
- generate
|
||||
|
||||
+3
-3
@@ -53,10 +53,10 @@ tasks:
|
||||
cmds:
|
||||
- task generate
|
||||
- task docker:build
|
||||
- task test:integration:nocache
|
||||
integration:nocache:
|
||||
- task test:integration:cmd:nocache
|
||||
integration:cmd:nocache:
|
||||
cmds:
|
||||
- go test -count=1 -v ./test/...
|
||||
integration:nobuild:
|
||||
integration:cmd:nobuild:
|
||||
cmds:
|
||||
- go test -v ./test/...
|
||||
|
||||
Reference in New Issue
Block a user