Skip to content

speed up tests by allowing specification of flush interval #18

speed up tests by allowing specification of flush interval

speed up tests by allowing specification of flush interval #18

Workflow file for this run

name: Integration Test
on: [push]
jobs:
integration-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 integration test
working-directory: integration
run: go test -run ^TestCTIntegration$
hammer-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 integration test
working-directory: integration
run: go test -timeout 1h -run ^TestCTHammer$