Skip to content

Commit

Permalink
revise action (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktong authored Feb 13, 2024
1 parent 6eeaafb commit 1b7b5e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ on:

jobs:
benchmark:
strategy:
matrix:
module: [ '' ]
name: Benchmark
runs-on: ubuntu-latest
steps:
Expand All @@ -22,13 +19,3 @@ jobs:
cache-dependency-path: "**/go.sum"
- name: Benchmark
run: go test -v -bench=. -run=^$ ./...
working-directory: ${{ matrix.module }}
all:
if: ${{ always() }}
runs-on: ubuntu-latest
name: All Benchmarks
needs: benchmark
steps:
- name: Check benchmark matrix status
if: ${{ needs.benchmark.result != 'success' }}
run: exit 1
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ jobs:
strategy:
matrix:
module: [ '' ]
run-on: [ 'ubuntu', 'macOS', 'windows' ]
go-version: [ 'stable', 'oldstable' ]
name: Test
runs-on: ${{ matrix.run-on }}-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
Expand Down

0 comments on commit 1b7b5e4

Please sign in to comment.