Skip to content

Commit

Permalink
feat(ci): try to enable blockchain modules on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Milerius committed Nov 29, 2019
1 parent 5d6601c commit 965311a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,8 @@ jobs:
- name: Run Tests (Windows)
working-directory: build/bin/unit_tests
if: runner.os == 'Windows'
env: # Or as an environment variable
SECRET_WIF_WALLET: ${{ secrets.SECRET_WIF_WALLET }}
shell: powershell
run: |
$filePattern = '*_tests.exe'
Expand Down
1 change: 1 addition & 0 deletions modules/blockchain/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ if (ANTARA_BUILD_UNIT_TESTS)
file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/assets DESTINATION ${CMAKE_BINARY_DIR}/bin/unit_tests/nspv/)

import_antara_dlls(antara_blockchain_tests)
import_antara_dlls(nspv_test_integration)
target_enable_coverage(antara_blockchain_tests)
target_enable_tsan(antara_blockchain_tests)
target_enable_asan(antara_blockchain_tests)
Expand Down

0 comments on commit 965311a

Please sign in to comment.