Skip to content

Commit

Permalink
all platforms test runs (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
pandurangpatil authored Jun 26, 2024
1 parent 37b42a1 commit 24a7852
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ on: pull_request

jobs:
build:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -15,4 +18,4 @@ jobs:
with:
go-version: 1.18
- name: Build
run: ./build.sh
run: ./build.sh

0 comments on commit 24a7852

Please sign in to comment.