Skip to content

Commit

Permalink
ci(crit): merge macOS/Windows crit build testing
Browse files Browse the repository at this point in the history
Signed-off-by: cg10036 <[email protected]>
  • Loading branch information
cg10036 committed Jan 5, 2025
1 parent ce3b577 commit 6a5de73
Showing 1 changed file with 3 additions and 21 deletions.
24 changes: 3 additions & 21 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,30 +60,12 @@ jobs:
sudo -E make -C crit unit-test
sudo -E make -C test crit-test
crit-macos:
runs-on: macos-latest
strategy:
fail-fast: false
matrix:
go-version: [1.20.x, 1.21.x, 1.22.x]
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Install Go ${{ matrix.go-version }}
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}

- name: Test CRIT
run: |
make -C crit clean bin/crit
crit-windows:
runs-on: windows-latest
crit-build-test:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [windows-latest, macos-latest]
go-version: [1.20.x, 1.21.x, 1.22.x]
steps:
- name: Checkout
Expand Down

0 comments on commit 6a5de73

Please sign in to comment.