Skip to content

Commit

Permalink
Attempt to get working
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclerc-cio committed Nov 22, 2024
1 parent 8494366 commit 8c151f3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,19 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
# os: [windows-latest, ubuntu-latest, macos-latest]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}

steps:
- name: Checkout
uses: actions/checkout@v4

- name: Setup Go environment
uses: actions/setup-go@v5.1.0
uses: actions/setup-go@v5
with:
go-version: 1.22.3
cache: false

- name: Build
run: go build -v ./...
Expand Down

0 comments on commit 8c151f3

Please sign in to comment.