Skip to content

Commit b049f9a

Browse files
committed
PR template: mention Makefile for test filters
PR #159 moved test filters from `.github/workflows/build.yml` and `.github/workflows/cassandra.yml` to the `Makefile`. Since then, the PR template has not yet reflected this change. This is fixed now.
1 parent 6a56b5b commit b049f9a

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 integration tests in `Makefile` in `SCYLLA_TEST_FILTER` and `CASSANDRA_TEST_FILTER`.

0 commit comments

Comments
 (0)