Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Nix init, move PR testing to Nix #88

Nix init, move PR testing to Nix

Nix init, move PR testing to Nix #88

Workflow file for this run

name: PR Testing
on:
pull_request:
types:
- opened
- synchronize
jobs:
matrix-test-linux:
name: Linux Crypto3 Testing
uses: ./.github/workflows/crypto3-testing-linux.yml
secrets: inherit
# TODO(martun): fix this sometime soon. All the targets must work on mac.
# matrix-test-mac:
# name: macOS Crypto3 Testing
# uses: ./.github/workflows/crypto3-testing-mac.yml
# secrets: inherit