Skip to content

Commit

Permalink
Try a workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-rifkin committed May 19, 2024
1 parent 7dad726 commit 1e6ddeb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,11 @@ jobs:
-DLIBASSERT_BUILD_TESTING=On `
"-GUnix Makefiles"
make -j
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3
- name: test
working-directory: build
run: |
$env:Path = "C:\ProgramData\chocolatey\lib\mingw\tools\install\mingw64\bin" + $env:Path
$env:CTEST_OUTPUT_ON_FAILURE=1
make test

0 comments on commit 1e6ddeb

Please sign in to comment.