Skip to content

Discuss namespaces and allowed_signers #89

Discuss namespaces and allowed_signers

Discuss namespaces and allowed_signers #89

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