Skip to content

Commit

Permalink
👷 ci: actions for MacOS (#1911)
Browse files Browse the repository at this point in the history
* 👷 ci: actions for MacOS

* Cache golang modules

* update
  • Loading branch information
efectn committed Jun 14, 2022
1 parent b1c3b43 commit 43aa457
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Expand Up @@ -5,7 +5,7 @@ jobs:
strategy:
matrix:
go-version: [1.14.x, 1.15.x, 1.16.x, 1.17.x, 1.18.x]
platform: [ubuntu-latest, windows-latest]
platform: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.platform }}
steps:
- name: Install Go
Expand All @@ -32,4 +32,3 @@ jobs:
uses: actions/checkout@v3
- name: Run Test
run: go test ./... -v -race

2 comments on commit 43aa457

@ReneWerner87
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 43aa457 Previous: 742f458 Ratio
Benchmark_AcquireCtx 1285 ns/op 1440 B/op 5 allocs/op 636.6 ns/op 1440 B/op 5 allocs/op 2.02

This comment was automatically generated by workflow using github-action-benchmark.

@ReneWerner87
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 43aa457 Previous: a2c71e5 Ratio
Benchmark_Ctx_Protocol 14.34 ns/op 0 B/op 0 allocs/op 0.9605 ns/op 0 B/op 0 allocs/op 14.93

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.