1
0

Remove windows tests in CI for now (#629)

هذا الالتزام موجود في:
Thomas Miceli
2026-03-02 15:59:43 +07:00
ملتزم من قبل GitHub
الأصل 6a61b720ab
التزام bb63ecd048
2 ملفات معدلة مع 5 إضافات و1 حذوفات

عرض الملف

@@ -100,7 +100,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: ["ubuntu-latest", "macOS-latest", "windows-latest"]
os: ["ubuntu-latest", "macOS-latest"]
go: ["1.25"]
database: ["sqlite"]
runs-on: ${{ matrix.os }}