Skip to content

Commit

Permalink
Merge pull request #27 from jpbland1/she-extension
Browse files Browse the repository at this point in the history
She extension update
  • Loading branch information
billphipps authored May 21, 2024
2 parents f4cde33 + b9e3019 commit cc1527e
Show file tree
Hide file tree
Showing 18 changed files with 3,001 additions and 854 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,17 @@ jobs:

# Build and test debug build with ASAN and NOCRYPTO
- name: Build and test ASAN DEBUG
run: cd test && make DEBUG=1 ASAN=1 NOCRYPTO=1 WOLFSSL_DIR=../wolfssl run
run: cd test && make clean && make DEBUG=1 ASAN=1 NOCRYPTO=1 WOLFSSL_DIR=../wolfssl run

# Build and test debug build with ASAN
- name: Build and test ASAN DEBUG
run: cd test && make DEBUG=1 ASAN=1 WOLFSSL_DIR=../wolfssl run
run: cd test && make clean && make DEBUG=1 ASAN=1 WOLFSSL_DIR=../wolfssl run

# Build and test debug build with SHE
- name: Build and test SHE
run: cd test && make clean && make SHE=1 WOLFSSL_DIR=../wolfssl run

# Build and test standard build
- name: Build and test
run: cd test && make WOLFSSL_DIR=../wolfssl run
run: cd test && make clean && make WOLFSSL_DIR=../wolfssl run

Loading

0 comments on commit cc1527e

Please sign in to comment.