Skip to content

Refactor find_ddci_for_pmt() somewhat so it's more clear what's going on #85

Refactor find_ddci_for_pmt() somewhat so it's more clear what's going on

Refactor find_ddci_for_pmt() somewhat so it's more clear what's going on #85

Workflow file for this run

name: Run tests
on:
push:
branches: [ master, next ]
pull_request:
branches: [ master, next ]
jobs:
build:
runs-on: ubuntu-latest
container: catalinii/minisatip-build-image:latest
steps:
- uses: actions/checkout@v4
- name: configure
run: ./configure
- name: make
run: make
- name: make test
run: make test;make clean