From 925414632b779547d0c27e9f5a600b7e8de2a433 Mon Sep 17 00:00:00 2001 From: Spencer Wilson Date: Fri, 5 Jan 2024 16:04:24 -0500 Subject: [PATCH] Run everything --- .github/workflows/release-test.yml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/workflows/release-test.yml b/.github/workflows/release-test.yml index bf9fa2616e..0eded02675 100644 --- a/.github/workflows/release-test.yml +++ b/.github/workflows/release-test.yml @@ -32,16 +32,10 @@ jobs: env: OPENSSL_BRANCH: master # TODO: verify that this is the correct branch run: scripts/fullbuild.sh - #- name: Run oqs-provider tests - #run: scripts/runtests.sh + - name: Run oqs-provider tests + run: scripts/runtests.sh - name: Run a minimal set of TLS tests env: OPENSSL_MODULES: _build/lib OPENSSL_CONF: scripts/openssl-ca.cnf - run: | - python3 -m pytest --numprocesses=auto scripts/test_tls_full.py::test_sig_kem_pair[ecdsap256-kyber512] \ - scripts/test_tls_full.py::test_sig_kem_pair[ecdsap256-p256_kyber512] \ - scripts/test_tls_full.py::test_sig_kem_pair[dilithium2-kyber512] \ - scripts/test_tls_full.py::test_sig_kem_pair[dilithium2-p256_kyber512] \ - scripts/test_tls_full.py::test_sig_kem_pair[p256_dilithium2-kyber512] \ - scripts/test_tls_full.py::test_sig_kem_pair[p256_dilithium2-p256_kyber512] + run: python3 -m pytest --numprocesses=auto scripts/test_tls_full.py