Skip to content

feat: allow incomplete struct #65

feat: allow incomplete struct

feat: allow incomplete struct #65

Workflow file for this run

name: "ci"
on:
push:
jobs:
run-all-test:
runs-on: ubuntu-latest
name: Run all test
steps:
- name: Checkout
uses: actions/checkout@v3
- name: build
run: |
docker build -t ccc - < ./Dockerfile
- name: test
run: |
docker run --platform=linux/amd64 -v "${PWD}:/src" -w/src ccc make test