Skip to content

test: refactor TestVectors into Positive and Negative Tests #9

test: refactor TestVectors into Positive and Negative Tests

test: refactor TestVectors into Positive and Negative Tests #9

Workflow file for this run

# This workflow runs for every pull request
name: PR CI
on:
pull_request:
jobs:
pr-ci-verification:
uses: ./.github/workflows/library_dafny_verification.yml
with:
dafny: '4.2.0'
# pr-ci-java:
# uses: ./.github/workflows/library_java_tests.yml
# with:
# dafny: '4.2.0'
pr-ci-net:
uses: ./.github/workflows/library_net_tests.yml
with:
dafny: '4.2.0'