Skip to content

Commit

Permalink
Merge pull request #12 from projectdiscovery/8-multiplatform-build
Browse files Browse the repository at this point in the history
added build on linux,win and macos
  • Loading branch information
Mzack9999 committed Nov 14, 2022
2 parents 0635bd6 + 89f0f79 commit 7a7045e
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 7a7045e

Please sign in to comment.