Skip to content

Commit

Permalink
Use ninja run_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
justsmth committed Mar 19, 2024
1 parent 0ca257d commit b3f1972
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,5 @@ 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
- name: Run tests
run: cmake --build ./build --target run_tests

0 comments on commit b3f1972

Please sign in to comment.