mirror of
https://github.com/dnote/dnote
synced 2026-03-14 22:45:50 +01:00
Run server on port 3001 (#687)
* Simplify docker compose file * Run on port 3001
This commit is contained in:
parent
162ceb4ad1
commit
ca5af5e34a
17 changed files with 45 additions and 36 deletions
|
|
@ -9,5 +9,5 @@ source "$basePath/pkg/server/.env.test"
|
|||
set +a
|
||||
|
||||
pushd "$basePath"/pkg/e2e
|
||||
go test --tags "fts5" ./... -p 1
|
||||
go test --tags "fts5" ./... -p 1 -v -timeout 5m
|
||||
popd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue