Skip to content

Adding support for CS output derivatives (#416) #1500

Adding support for CS output derivatives (#416)

Adding support for CS output derivatives (#416) #1500

Workflow file for this run

on:
push:
pull_request:
permissions:
contents: read
jobs:
linux:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- name: Install make
run: sudo apt install make -y
- name: Build
run: make build-dev-image && make build
- name: Test
run: make test