mirror of https://github.com/go-gorm/gorm.git
11 lines
110 B
Markdown
11 lines
110 B
Markdown
|
# Test Guide
|
||
|
|
||
|
```bash
|
||
|
cd tests
|
||
|
# prepare test databases
|
||
|
docker-compose up
|
||
|
|
||
|
# run all tests
|
||
|
./tests_all.sh
|
||
|
```
|