Skip to content

Commit

Permalink
Run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
justsmth committed Mar 14, 2024
1 parent c13fc64 commit fd4a535
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,17 @@ jobs:
CMAKE_FIND_ROOT_PATH_MODE_INCLUDE=ONLY \
- name: Build Project
run: cmake --build ./build --target all
- name: Run crypto_test
run: ./build/crypto/crypto_test --gtest_also_run_disabled_tests
- name: Run urandom_test
run: ./build/crypto/urandom_test
- name: Run mem_test
run: ./build/crypto/mem_test
- name: Run mem_set_test
run: ./build/crypto/mem_set_test
- name: Run dynamic_loading_test
run: ./build/crypto/dynamic_loading_test
- name: Run ssl_test
run: ./build/ssl/ssl_test
- name: Run SSL integration_test
run: ./build/ssl/integration_test

0 comments on commit fd4a535

Please sign in to comment.