Skip to content

Commit

Permalink
Merge branch 'main' into include-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
pandurangpatil committed Jun 26, 2024
2 parents f02731f + 24a7852 commit acd8de3
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 acd8de3

Please sign in to comment.