Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
acj committed Oct 30, 2024
1 parent ca1a626 commit e39d497
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CI

on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
# branches: [ main ]
#pull_request:
# branches: [ main ]
workflow_dispatch:

jobs:
Expand All @@ -15,7 +15,7 @@ jobs:
matrix:
runs-on:
- macos-14
- ubuntu-22.04
- ubuntu-24.04
fail-fast: false
runs-on: ${{ matrix.runs-on }}
steps:
Expand All @@ -32,7 +32,7 @@ jobs:
run: go build

- name: Test
run: go test
run: go test -v

- name: Examples
run: |
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/deps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ name: Build dependencies

on:
push:
branches: [ main ]
paths:
- 'deps/**'
pull_request:
branches: [ main ]
paths:
- 'deps/**'
# branches: [ main ]
# paths:
# - 'deps/**'
#pull_request:
# branches: [ main ]
# paths:
# - 'deps/**'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit e39d497

Please sign in to comment.