Skip to content

Mark wmap as executable #68

Mark wmap as executable

Mark wmap as executable #68

Workflow file for this run

name: Test Suite
on: push
jobs:
test:
strategy:
matrix:
platform: [macos-latest, ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v3
- name: make test
run: make test