remove mysql from api benchmark tests

This commit is contained in:
Pascal Fischer
2025-01-15 15:37:11 +01:00
parent 4afaabb33c
commit aeb6e53e51

View File

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