Skip to content

Update difficalcy digest to a2288b0 #483

Update difficalcy digest to a2288b0

Update difficalcy digest to a2288b0 #483

Workflow file for this run

name: test-on-push
on: [push]
jobs:
test:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
with:
submodules: true
- run: make test
e2e-test:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
with:
submodules: true
- run: make test-e2e
check-api-reference:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
with:
submodules: true
- run: make check-api-reference
check-docs-build:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
- run: make build-docs
check-formatting:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
with:
submodules: true
- run: make check-formatting