mirror of
https://github.com/dnote/dnote
synced 2026-03-15 06:55:49 +01:00
* Write migrations * Use custom context * Write test and run CI * Save actions * Implement reducer * Supply api endpoint during build * Remove uuid for book and use name instead * Make bookmark id not timestamp * Use book_name * Fix migration to get sync to work
6 lines
179 B
Bash
Executable file
6 lines
179 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
|