Skip to content

test: deflake kratos flow tests with an injectable clock #2961

test: deflake kratos flow tests with an injectable clock

test: deflake kratos flow tests with an injectable clock #2961

Workflow file for this run

name: Format
on:
pull_request:
push:
merge_group:
env:
CGO_ENABLED: "0"
jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-go@v6
with:
check-latest: true
go-version-file: go.mod
- run: make format
- name: Indicate formatting issues
run: git diff HEAD --exit-code --color