Skip to content

chore: bump wait0 release version to 1.1.0 #10

chore: bump wait0 release version to 1.1.0

chore: bump wait0 release version to 1.1.0 #10

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Run tests + race + coverage gate
run: make ci-check
- name: Upload coverage artifacts
if: always()
uses: actions/upload-artifact@v4
with:
name: coverage-artifacts
path: |
coverage.out
coverage.internal.filtered.out
coverage-summary.txt
/tmp/wait0-coverage-test.log
if-no-files-found: ignore