Skip to content

Commit

Permalink
run for multiple os
Browse files Browse the repository at this point in the history
  • Loading branch information
StreakInTheSky committed Dec 1, 2023
1 parent 902acff commit ee0e99b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ on: [push]
jobs:
build:
name: Build and Test
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v4
- name: Setup Go
Expand Down

0 comments on commit ee0e99b

Please sign in to comment.