Skip to content

Commit

Permalink
try 15
Browse files Browse the repository at this point in the history
  • Loading branch information
loriab committed Jan 12, 2024
1 parent 50fd1b7 commit 9e2fdc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
run: cmake --build build

- name: Test Libint library - unit tests
if: false
if: ${{ steps.skip_check.outputs.should_skip != 'true' }}
shell: bash
working-directory: ${{github.workspace}}/build/compiler
run: CTEST_PARALLEL_LEVEL=2 cmake --build build --target check-libint2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- master
#pull_request:
pull_request:

jobs:
build_repo:
Expand Down

0 comments on commit 9e2fdc9

Please sign in to comment.