Skip to content

Commit 2ea87c3

Browse files
committed
Also run CI tests on pull requests
1 parent be0f51e commit 2ea87c3

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build_options_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Build Tests
2-
on: [push]
2+
on: [push, pull_request]
33

44
concurrency:
55
group: ci-${{github.ref}}-build-options-tests

.github/workflows/code_style.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Code Layout
2-
on: [push]
2+
on: [push, pull_request]
33
jobs:
44
code_style:
55
runs-on: ubuntu-latest

.github/workflows/coverage_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Coverage CPP/Python Tests
2-
on: [push]
2+
on: [push, pull_request]
33

44
concurrency:
55
group: ci-${{github.ref}}-coverage-py-tests

.github/workflows/memcheck_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: MemCheck Tests
2-
on: [push]
2+
on: [push, pull_request]
33

44
concurrency:
55
group: ci-${{github.ref}}-memcheck-tests

.github/workflows/win_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Windows Tests
2-
on: [push]
2+
on: [push, pull_request]
33

44
concurrency:
55
group: ci-${{github.ref}}-win-tests
@@ -52,4 +52,4 @@ jobs:
5252
}
5353
$env:PATH="C:\vcpkg\installed\x64-windows\bin;$env:GITHUB_WORKSPACE\build\tool\Debug\;$env:GITHUB_WORKSPACE\build\geodiff\Debug;$env:PATH"
5454
cd $env:GITHUB_WORKSPACE\build
55-
exec { ctest -VV -C Debug }
55+
exec { ctest -VV -C Debug }

0 commit comments

Comments
 (0)