Skip to content

Make klone more atomic #10

Make klone more atomic

Make klone more atomic #10

Workflow file for this run

name: tests
on:
pull_request:
push:
permissions:
contents: read
jobs:
unit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: 1.21
cache: true
- run: go test -v ./...
e2e:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: 1.21
cache: true
- run: ./test-e2e.sh