Skip to content

Commit

Permalink
rename individual scenarios
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainMuller committed Dec 13, 2023
1 parent 68f5162 commit c65022a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ jobs:
strategy:
fail-fast: true
matrix:
runs-on: [macos-latest, ubuntu-latest, windows-latest]
runs-on: [macos, ubuntu, windows]
cgo-enabled: [0, 1]
tags:
- '' # Default behavior
- 'go1.22' # Unsupported (too new) Go version
- 'datadog.no_waf' # Explicit WAF disable

runs-on: ${{ matrix.runs-on }}
name: Test (${{ matrix.runs-on }}, CGO_ENABLED=${{ matrix.cgo-enabled }}, -tags="${{ matrix.tags }}")
runs-on: ${{ matrix.runs-on }}-latest
name: ${{ matrix.runs-on }} CGO=${{ matrix.cgo-enabled }} -tags="${{ matrix.tags }}"

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit c65022a

Please sign in to comment.