mirror of
https://github.com/gogs/gogs.git
synced 2026-03-01 09:40:55 +01:00
db: add tests for authentication through login sources (#7049)
This commit is contained in:
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user