Skip to content

Commit

Permalink
Re-enable workflow tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmoinvaz committed Dec 29, 2023
1 parent eddd052 commit 102033c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
CC: ${{ matrix.compiler }}
CXX: ${{ matrix.cxx-compiler }}

# - name: Run tests
# run: ctest --verbose -C MinSizeRel --output-on-failure
# working-directory: build
- name: Run tests
run: ctest --verbose -C MinSizeRel --output-on-failure
working-directory: build

0 comments on commit 102033c

Please sign in to comment.