Skip to content

Timestamps are strictly increasing (#14) #18

Timestamps are strictly increasing (#14)

Timestamps are strictly increasing (#14) #18

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: test
run: make build VERBOSE=true