Skip to content

docs: update README to clarify cryptographic backend integration and build prerequisites #5

docs: update README to clarify cryptographic backend integration and build prerequisites

docs: update README to clarify cryptographic backend integration and build prerequisites #5

Workflow file for this run

name: Build
on:
push:
branches: [main]
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install prerequisites
run: sudo apt-get install -y check
- name: Build tests
run: make test
- name: Run tests
run: LD_LIBRARY_PATH=./ ./test