Skip to content

feat: 2.0.9 Rough support for more kernels #195

feat: 2.0.9 Rough support for more kernels

feat: 2.0.9 Rough support for more kernels #195

name: Test macro with ./amboso -tVV
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: make
- name: Run check
run: make check
- name: Run distcheck
run: make distcheck
- name: (anviltest) use -t test macro flag, +verbose (-tVV)
run: |
./amboso -t -V 5 || echo -e "\033[1;31mFailed.\e[0m\n"