mirror of
https://git.vectorsigma.ru/public/photoview.git
synced 2026-08-03 20:59:03 +00:00
Remove loading env from tests. (#988)
* Remove loading env from tests. * Rollback the test workflow.
This commit is contained in:
12
api/database/migrations/migrations_test.go
Normal file
12
api/database/migrations/migrations_test.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package migrations_test
|
||||
|
||||
import (
|
||||
"os"
|
||||
"testing"
|
||||
|
||||
"github.com/photoview/photoview/api/test_utils"
|
||||
)
|
||||
|
||||
func TestMain(m *testing.M) {
|
||||
os.Exit(test_utils.IntegrationTestRun(m))
|
||||
}
|
||||
Reference in New Issue
Block a user