Skip to content

Commit c874bb2

Browse files
committed
PR template: mention Makefile for test filters
The tests are no longer configured in the GitHub workflows, but in the Makefile. This change updates the PR template to reflect that.
1 parent 4437491 commit c874bb2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,4 @@
1010
- [ ] All commit messages clearly explain what they change and why.
1111
- [ ] PR description sums up the changes and reasons why they should be introduced.
1212
- [ ] I have implemented Rust unit tests for the features/changes introduced.
13-
- [ ] I have enabled appropriate tests in `.github/workflows/build.yml` in `gtest_filter`.
14-
- [ ] I have enabled appropriate tests in `.github/workflows/cassandra.yml` in `gtest_filter`.
13+
- [ ] I have enabled appropriate tests in `Makefile` in `{SCYLLA,CASSANDRA}_(NO_VALGRIND_)TEST_FILTER`.

0 commit comments

Comments
 (0)