Skip to content

feat: allow per-user settings and store them in database #270

feat: allow per-user settings and store them in database

feat: allow per-user settings and store them in database #270

Triggered via pull request July 17, 2023 08:53
Status Failure
Total duration 1m 35s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

pull_request.yml

on: pull_request
call-lint  /  golangci
13s
call-lint / golangci
Matrix: call-test / test
Fit to window
Zoom out
Zoom in

Annotations

7 errors
call-test / Go 1.19 unit tests: internal/cmd/root.go#L153
cannot use database.OpenMySQLDatabase(ctx, connString) (value of type *database.MySQLDatabase) as type database.DB in return statement:
call-test / Go 1.19 unit tests: internal/cmd/root.go#L169
cannot use database.OpenPGDatabase(ctx, connString) (value of type *database.PGDatabase) as type database.DB in return statement:
call-test / Go 1.19 unit tests: internal/database/mysql_test.go#L55
cannot use db (variable of type *MySQLDatabase) as type DB in return statement:
call-test / Go 1.19 unit tests: internal/database/pg_test.go#L35
cannot use db (variable of type *PGDatabase) as type DB in return statement:
call-test / Go 1.19 unit tests
Process completed with exit code 2.
call-test / Go 1.20 unit tests
The job was canceled because "_1_19" failed.
call-test / Go 1.20 unit tests
The operation was canceled.