Skip to content

Commit

Permalink
cc
Browse files Browse the repository at this point in the history
  • Loading branch information
Tellicious committed Aug 21, 2024
1 parent a926ad9 commit 4f4827d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/runTests.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
on:
pull_request:
types: [opened, reopened]
push:
# Sequence of patterns matched against refs/tags
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10

workflow_dispatch:
name: Run unit tests
jobs:
Expand All @@ -28,6 +25,6 @@ jobs:
run: cmake --build ${{github.workspace}}/build -j 10

- name: Test
run: ctest --test-dir ${{github.workspace}}/build --output-on-failure
run: ctest --test-dir ${{github.workspace}}/build --output-on-failure --verbose


0 comments on commit 4f4827d

Please sign in to comment.