mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
add sqlite migration tests
This commit is contained in:
parent
2371438bde
commit
5a1d77a68c
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
|
@ -56,6 +56,10 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
rockhopper --config rockhopper_mysql.yaml up
|
rockhopper --config rockhopper_mysql.yaml up
|
||||||
|
|
||||||
|
- name: Test Migration SQL Files For SQLite
|
||||||
|
run: |
|
||||||
|
rockhopper --config rockhopper_sqlite.yaml up
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: go build -v ./cmd/bbgo
|
run: go build -v ./cmd/bbgo
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user