Summary
Jobs
basic-checks
full-tests
linux (ubuntu-latest, gcc, ON, ON, OFF, OFF, ON, auto, OFF, OFF, OFF)
linux (ubuntu-latest, gcc, ON, OFF, OFF, OFF, ON, auto, OFF, OFF, OFF)
linux (ubuntu-latest, gcc, OFF, ON, OFF, OFF, ON, auto, OFF, OFF, OFF)
linux (ubuntu-latest, gcc, OFF, OFF, OFF, OFF, ON, auto, OFF, OFF, OFF)
linux (ubuntu-latest, clang, ON, ON, OFF, OFF, ON, auto, OFF, OFF, OFF)
linux (ubuntu-latest, clang, ON, OFF, OFF, OFF, ON, auto, OFF, OFF, OFF)
linux (ubuntu-latest, clang, OFF, ON, OFF, OFF, ON, auto, OFF, OFF, OFF)
linux (ubuntu-latest, clang, OFF, OFF, OFF, OFF, ON, auto, OFF, OFF, OFF)
linux (oqs-arm64, gcc, ON, ON, OFF, OFF, ON, auto, OFF, OFF, OFF)
linux (oqs-arm64, gcc, ON, OFF, OFF, OFF, ON, auto, OFF, OFF, OFF)
linux (oqs-arm64, gcc, OFF, ON, OFF, OFF, ON, auto, OFF, OFF, OFF)
linux (oqs-arm64, gcc, OFF, OFF, OFF, OFF, ON, auto, OFF, OFF, OFF)
linux (oqs-arm64, clang, ON, ON, OFF, OFF, ON, auto, OFF, OFF, OFF)
linux (oqs-arm64, clang, ON, OFF, OFF, OFF, ON, auto, OFF, OFF, OFF)
linux (oqs-arm64, clang, OFF, ON, OFF, OFF, ON, auto, OFF, OFF, OFF)
linux (oqs-arm64, clang, OFF, OFF, OFF, OFF, ON, auto, OFF, OFF, OFF)
extended-tests
downstream-release-tests
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Push tests
permissions:
contents: read
on:
push:
branches-ignore: 'main'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
basic-checks:
uses: ./.github/workflows/basic.yml
full-tests:
needs: basic-checks
if: contains( github.event.head_commit.message, '[full tests]' )
uses: ./.github/workflows/platforms.yml
extended-tests:
needs: basic-checks
if: contains( github.event.head_commit.message, '[extended tests]' )
uses: ./.github/workflows/extended.yml
downstream-release-tests:
needs: basic-checks
if: contains( github.event.head_commit.message, '[trigger downstream]' )
uses: ./.github/workflows/downstream-release.yml
You can’t perform that action at this time.