Skip to content

Mark PKCS#7 and CTS implementation as complete #58

Mark PKCS#7 and CTS implementation as complete

Mark PKCS#7 and CTS implementation as complete #58

Workflow file for this run

name: build/test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install build tools
run: sudo apt-get update && sudo apt-get install -y build-essential
- name: Build all
run: make
- name: Run tests
run: make test