mirror of
https://github.com/open-quantum-safe/liboqs.git
synced 2025-10-04 00:02:01 -04:00
* Moved continuous benchmarking to weekly tests Signed-off-by: Pablo Gutiérrez <pablogf@uma.es> * Update CI.md Signed-off-by: Pablo Gutiérrez <pablogf@uma.es> * Cleaned CI.md Signed-off-by: Pablo Gutiérrez <pablogf@uma.es> --------- Signed-off-by: Pablo Gutiérrez <pablogf@uma.es>
29 lines
510 B
YAML
29 lines
510 B
YAML
name: Main branch tests
|
|
|
|
permissions:
|
|
contents: read
|
|
|
|
on:
|
|
push:
|
|
branches: ['main']
|
|
|
|
jobs:
|
|
|
|
platform-tests:
|
|
uses: ./.github/workflows/platforms.yml
|
|
|
|
code-coverage:
|
|
uses: ./.github/workflows/code-coverage.yml
|
|
secrets: inherit
|
|
|
|
scorecard:
|
|
uses: ./.github/workflows/supplychain.yml
|
|
secrets: inherit
|
|
permissions:
|
|
id-token: write
|
|
security-events: write
|
|
contents: read
|
|
|
|
basic-downstream:
|
|
uses: ./.github/workflows/downstream-basic.yml
|
|
secrets: inherit |