Skip to content

update GH action again #6 #266

update GH action again #6

update GH action again #6 #266

Workflow file for this run

name: test
on:
push:
branches:
- master
- develop
pull_request:
branches:
- develop
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: run tests
run: make CI=1 ci