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 4f4827d commit 8d2e9c4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/runTests.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
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:
build_test:
Expand All @@ -22,7 +26,7 @@ jobs:

- name: Build
# Build your program with the given configuration
run: cmake --build ${{github.workspace}}/build -j 10
run: cmake --build ${{github.workspace}}/build -j 10 --verbose

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

0 comments on commit 8d2e9c4

Please sign in to comment.