mirror of
https://github.com/dnote/dnote
synced 2026-03-15 15:05:51 +01:00
Write migration and test
This commit is contained in:
parent
78d941da90
commit
4fe23fe996
21 changed files with 1435 additions and 1185 deletions
|
|
@ -1,6 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
# test.sh runs test files sequentially
|
||||
# https://stackoverflow.com/questions/23715302/go-how-to-run-tests-for-multiple-packages
|
||||
# test.sh runs tests for CLI packages
|
||||
set -eux
|
||||
|
||||
dir=$(dirname "${BASH_SOURCE[0]}")
|
||||
|
|
@ -8,7 +7,5 @@ pushd "$dir/../../pkg/cli"
|
|||
# clear tmp dir in case not properly torn down
|
||||
rm -rf "./tmp"
|
||||
|
||||
go test -a ./... \
|
||||
-p 1\
|
||||
--tags "fts5"
|
||||
go test ./... --tags "fts5"
|
||||
popd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue