add sqlite migration tests

This commit is contained in:
c9s 2022-05-03 16:48:55 +08:00
parent 2371438bde
commit 5a1d77a68c
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

View File

@ -56,6 +56,10 @@ jobs:
run: |
rockhopper --config rockhopper_mysql.yaml up
- name: Test Migration SQL Files For SQLite
run: |
rockhopper --config rockhopper_sqlite.yaml up
- name: Build
run: go build -v ./cmd/bbgo