Skip to content

Commit

Permalink
Add CI to test against demos
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Bozarth <[email protected]>
  • Loading branch information
ajbozarth committed Dec 10, 2024
1 parent dfa44a9 commit bf1ce95
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/demos.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Build & Test OQS Demos

on:
push:
branches: [ 'main' ]
pull_request:
branches: [ 'main' ]

jobs:
call:
runs-on: ubuntu-latest
steps:
- uses: open-quantum-safe/oqs-demos/.github/workflows/build.yml@f12ff66fb78d00208aa4dac613be71beba2dc5ec
with:
build_main: true

0 comments on commit bf1ce95

Please sign in to comment.