Skip to content

Commit

Permalink
All together now
Browse files Browse the repository at this point in the history
  • Loading branch information
masih committed Oct 7, 2024
1 parent 52ca4f4 commit a002703
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test-flaky.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ jobs:
go:
- 1.22
- 1.23
test:
- TestF3LateBootstrap
- TestF3PauseResumeCatchup
- TestF3WithLookback
- TestF3FailRecover
# test:
# - TestF3LateBootstrap
# - TestF3PauseResumeCatchup
# - TestF3WithLookback
# - TestF3FailRecover
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -58,4 +58,4 @@ jobs:
go-version: ${{ matrix.go }}
cache: false
- name: Repeat ${{ matrix.test }}
run: go test -race . -run=${{ matrix.test }} -v -count 50
run: go test -v -count 50 . --tags=theflakybunch
3 changes: 3 additions & 0 deletions f3_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//go:build theflakybunch
// +build theflakybunch

package f3_test

import (
Expand Down

0 comments on commit a002703

Please sign in to comment.