Skip to content

all: rewritten in Rust #6

all: rewritten in Rust

all: rewritten in Rust #6

Workflow file for this run

name: CI
on:
push:
branches:
- "**"
jobs:
test:
permissions:
contents: 'read'
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected]
- name: Build
run: |
make build-docker
- name: Test
run: |
make test-docker