You've already forked openaccounting-server
mirror of
https://github.com/openaccounting/oa-server.git
synced 2026-05-07 05:58:32 +12:00
5 lines
52 B
Plaintext
5 lines
52 B
Plaintext
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
go test ./core/model
|
||
|
|
go test ./core/auth
|