Skip to content

feat: test GitHub CI #1

feat: test GitHub CI

feat: test GitHub CI #1

Workflow file for this run

name: Continuous integration
on:
push:
branches:
- main
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: test
run: make test