Skip to content

Commit

Permalink
Additionally run CI against liboqs main
Browse files Browse the repository at this point in the history
Signed-off-by: Spencer Wilson <[email protected]>
  • Loading branch information
SWilson4 committed Dec 17, 2024
1 parent 0748cf2 commit c45cdca
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
- stable
- beta
- nightly
update-liboqs:
- true
- false
env:
# 20 MiB stack
RUST_MIN_STACK: 20971520
Expand All @@ -24,6 +27,10 @@ jobs:
with:
submodules: true

- name: Update liboqs submodule
if: matrix.update-liboqs
run: git submodule update --remote

- name: Set stack size
if: startsWith(matrix.os, 'windows')
run: echo "RUSTFLAGS=-C link-arg=/STACK:20971520" >> $env:GITHUB_ENV
Expand Down

0 comments on commit c45cdca

Please sign in to comment.