Skip to content

Commit

Permalink
Turn tmate back on
Browse files Browse the repository at this point in the history
  • Loading branch information
bifurcation committed Dec 15, 2023
1 parent 0ba7a32 commit d87f329
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
run: |
cmake -B build -DVCPKG_MANIFEST_DIR="./alternatives/openssl_1.1/" -DCMAKE_TOOLCHAIN_FILE="./vcpkg/scripts/buildsystems/vcpkg.cmake" -DTESTING=ON
cmake --build build
cmake --build build --target RUN_TESTS
# cmake --build build --target RUN_TESTS

# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

# formatting-check:
# name: Formatting Check
Expand Down

0 comments on commit d87f329

Please sign in to comment.