Skip to content

Commit

Permalink
Updated workflow test to run NOCRYPTO build
Browse files Browse the repository at this point in the history
  • Loading branch information
billphipps committed Apr 18, 2024
1 parent ade2f23 commit 04c4b33
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
repository: wolfssl/wolfssl
path: wolfssl

# 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

# 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
Expand Down

0 comments on commit 04c4b33

Please sign in to comment.