Enable MySQL on Mac and Windows

This commit is contained in:
jvyden 2021-10-16 22:24:42 -04:00
parent f8be5f9b9b
commit ecbb0c59e1
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278

View file

@ -13,8 +13,8 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
os: os:
- { prettyName: Windows, fullName: windows-latest, database: false } - { prettyName: Windows, fullName: windows-latest, database: true }
- { prettyName: macOS, fullName: macos-latest, database: false } - { prettyName: macOS, fullName: macos-latest, database: true }
- { prettyName: Linux, fullName: ubuntu-latest, database: true } - { prettyName: Linux, fullName: ubuntu-latest, database: true }
timeout-minutes: 10 timeout-minutes: 10
env: env: