mirror of
https://github.com/dnote/dnote
synced 2026-03-15 06:55:49 +01:00
* Make commands use sqlite * Migrate system * Fix tests to use sqlite * Write test for reducer * Avoid corrupt state in case error occurs in client after server succeeds * Export test functions
7 lines
180 B
Bash
Executable file
7 lines
180 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# run_server_test.sh runs server test files sequentially
|
|
# https://stackoverflow.com/questions/23715302/go-how-to-run-tests-for-multiple-packages
|
|
|
|
go test ./... -p 1
|
|
|