Skip to content

Verify a signed file #72

Verify a signed file

Verify a signed file #72

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