Skip to content

Commit

Permalink
Manually run MLSpp unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bifurcation committed Nov 1, 2023
1 parent 892761b commit 9c31d3a
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/main_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,9 @@ jobs:
cmake -B "${{ env.BUILD_DIR }}" -DVCPKG_MANIFEST_DIR="${{ env.CRYPTO_DIR }}" -DTESTING=ON
cmake --build "${{ env.BUILD_DIR }}"
- uses: actions/cache/save@v3
with:
path: ${{ github.workspace }}/vcpkg_cache
key: v01-vcpkg-${{ runner.os }}-${{ hashFiles('vcpkg_commit.txt', 'alternatives/*/vcpkg.json') }}

# - name: Unit Test
# run: |
# ./${{ env.BUILD_DIR }}/test/mlspp_test -s
- name: Unit Test
run: |
.\${{ env.BUILD_DIR }}\test\mlspp_test -s
# cmake --build "${{ env.BUILD_DIR }}" --target "${{ matrix.ctest-target}}"

# interop-test:
Expand Down

0 comments on commit 9c31d3a

Please sign in to comment.