Skip to content

Merge pull request #3 from kauche/rust #7

Merge pull request #3 from kauche/rust

Merge pull request #3 from kauche/rust #7

Workflow file for this run

name: CI
on:
push:
branches:
- "**"
jobs:
test:
permissions:
contents: 'read'
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3.3.0
- name: Build
run: |
make build-docker
- name: Test
run: |
make test-docker