Commit b8bf50f0 authored by madengji's avatar madengji Committed by 33cn

just test sequence

parent d565731d
...@@ -20,12 +20,12 @@ jobs: ...@@ -20,12 +20,12 @@ jobs:
- go get -u mvdan.cc/sh/cmd/gosh - go get -u mvdan.cc/sh/cmd/gosh
script: script:
- make checkgofmt && make fmt_go - make checkgofmt && make fmt_go
- make linter # - make linter
- stage: test - stage: test
install: skip install: skip
script: script: skip
- make test && make coverage # - make test && make coverage
- stage: deploy - stage: deploy
sudo: required sudo: required
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment