Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

add tests

add tests #3

name: Ubuntu C/C++ compilation CI
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: make
run: cd ./minitalk; make