Skip to content

Commit

Permalink
enable debug mode regression by default (reveal more error for multit…
Browse files Browse the repository at this point in the history
…hread run)
  • Loading branch information
wsong83 committed Jul 5, 2024
1 parent 0e5213a commit a93b883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
- name: install cryptopp
run: mkdir -p cryptopp && cd cryptopp && wget https://github.com/comparch-security/FlexiCAS/releases/download/ci-prepare/libcryptopp.a
- name: build application
run: make regression
run: MODE=debug make regression

0 comments on commit a93b883

Please sign in to comment.