Skip to content

Commit

Permalink
Clean up documentation and configure workflow to run on PR only
Browse files Browse the repository at this point in the history
  • Loading branch information
SWilson4 committed Jan 8, 2024
1 parent 59a8b2e commit 27dc263
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release tests

on:
pull_request:
branches: [ 'dev-**' ]
branches: [ 'dev-**' ] # TODO: settle on standard prefix


jobs:
Expand All @@ -26,13 +26,13 @@ jobs:
run: |
sed -i "s/enable\: false/enable\: true/g" oqs-template/generate.yml && \
python3 oqs-template/generate.py
- name: Full build
- name: Full build of oqs-provider
env:
OPENSSL_BRANCH: master # TODO: verify that this is the correct branch
run: scripts/fullbuild.sh
- name: Run oqs-provider tests
- name: Run basic tests for oqs-provider
run: scripts/runtests.sh
- name: Run a minimal set of TLS tests
- name: Test all TLS KEM/signature algorithm combinations
env:
OPENSSL_MODULES: _build/lib
OPENSSL_CONF: scripts/openssl-ca.cnf
Expand Down

0 comments on commit 27dc263

Please sign in to comment.