Add 'ops/' directory and sqlite_lint integration test
All checks were successful
CI / release-test (push) Successful in 24s
All checks were successful
CI / release-test (push) Successful in 24s
This commit is contained in:
@@ -20,7 +20,12 @@ jobs:
|
||||
env
|
||||
GOBIN=/usr/local/go/bin go install git.offline-twitter.com/offline-labs/gocheckout@v0.0.1
|
||||
gocheckout
|
||||
|
||||
- name: test
|
||||
run: go test ./...
|
||||
|
||||
- name: lint
|
||||
run: golangci-lint run
|
||||
|
||||
- name: Run sqlite_lint integration test
|
||||
run: ops/sqlite_lint_test.sh
|
||||
|
||||
Reference in New Issue
Block a user