You've already forked openaccounting-server
forked from cybercinch/openaccounting-server
5 lines
52 B
Plaintext
5 lines
52 B
Plaintext
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
go test ./core/model
|
||
|
|
go test ./core/auth
|