enable other tests

This commit is contained in:
İsmail
2024-11-08 22:01:04 +03:00
parent 0823e543f3
commit 74ae91545e

View File

@@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
arch: [ '386','amd64' ]
store: [ 'mysql' ]
store: [ 'sqlite', 'postgres', 'mysql' ]
runs-on: ubuntu-22.04
steps:
- name: Install Go