1
0
mirror of https://github.com/axllent/mailpit.git synced 2025-02-07 13:31:56 +02:00

Tests: Run tests on Linux, Windows & Mac

This commit is contained in:
Ralph Slooten 2024-01-03 14:41:52 +13:00
parent 669c1a747f
commit 4d2b6d6b4a

View File

@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
go-version: [1.21.x]
os: [ubuntu-latest]
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/setup-go@v5