Skip to content

build: Added basic CI support #3

build: Added basic CI support

build: Added basic CI support #3

Workflow file for this run

name: Test
on: [push, pull_request]
jobs:
tests:
timeout-minutes: ${{ fromJSON(vars.GHA_DEFAULT_TIMEOUT || 10) }}
name: Busted Tests
runs-on: ubuntu-latest
steps:
- name: Run tests
run: |
make test-unit