Skip to content

Commit

Permalink
Fix tester.
Browse files Browse the repository at this point in the history
  • Loading branch information
luca-heltai committed Aug 5, 2023
1 parent a524707 commit c985a2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/indentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ jobs:
- uses: actions/checkout@v2
- name: Check indentation
run: |
./scripts/check_indentation.sh
git config --global --add safe.directory /__w/pi-BEM/pi-BEM
./scripts/check_indentation.sh
2 changes: 0 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
cd build_linux_debug
cmake .. -GNinja -DCMAKE_BUILD_TYPE=Debug
ninja
cd build_linux_debug
ctest -N
ctest --output-on-failure
Expand All @@ -45,6 +44,5 @@ jobs:
cd build_linux_release
cmake .. -GNinja -DCMAKE_BUILD_TYPE=Release
ninja
cd build_linux_release
ctest -N
ctest --output-on-failure

0 comments on commit c985a2d

Please sign in to comment.