mirror of
https://github.com/open-quantum-safe/liboqs.git
synced 2025-10-04 00:02:01 -04:00
* Refactor liboqs CI to utilize reusable workflows * Add CI.md documentation file * Update all Focal jobs to Noble (the latest Ubuntu LTS) * Minor fixes to address issues related to the update (CT files / syntax / static analysis) Signed-off-by: Spencer Wilson <spencer.wilson@uwaterloo.ca>
18 lines
264 B
YAML
18 lines
264 B
YAML
name: Release tests
|
|
|
|
permissions:
|
|
contents: read
|
|
|
|
on:
|
|
release:
|
|
types: [ published ]
|
|
|
|
jobs:
|
|
|
|
extended-tests:
|
|
uses: ./.github/workflows/extended.yml
|
|
|
|
downstream-release-tests:
|
|
uses: ./.github/workflows/downstream-release.yml
|
|
secrets: inherit
|