Skip to content

Commit

Permalink
added and tested build on linux,win and macos
Browse files Browse the repository at this point in the history
  • Loading branch information
xm1k3 committed Nov 14, 2022
1 parent 0635bd6 commit 89f0f79
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-test.yml
Expand Up @@ -8,7 +8,10 @@ on:
jobs:
build:
name: Test Builds
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- name: Set up Go
uses: actions/setup-go@v3
Expand Down

0 comments on commit 89f0f79

Please sign in to comment.