Skip to content

limbo: Misc test fixes #142

limbo: Misc test fixes

limbo: Misc test fixes #142

Workflow file for this run

name: test-harness
on:
push:
branches:
- main
pull_request:
jobs:
gocryptox509:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: ">=1.20.5"
- name: run tests
run: make test-go
openssl:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: run tests
run: make CXX=clang++ test-openssl