db: add tests for authentication through login sources (#7049)

This commit is contained in:
Joe Chen
2022-06-12 10:34:12 +08:00
committed by GitHub
parent 63cb76106a
commit 2e19f5a3c8
13 changed files with 5300 additions and 4560 deletions

View File

@@ -38,10 +38,6 @@ jobs:
args: --timeout=30m
- name: Install Task
uses: arduino/setup-task@v1
- name: Install goimports and go-mockgen
run: |
go install github.com/derision-test/go-mockgen/cmd/go-mockgen@v1.2.0
go install golang.org/x/tools/cmd/goimports@latest
- name: Check Go module tidiness and generated files
shell: bash
run: |