Skip to content

Commit 2e58e92

Browse files
committed
chore: Move ADRs/ to docs/ADRs
1 parent 1756a86 commit 2e58e92

18 files changed

+1
-1
lines changed

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ This has the added benefit of updating the version of Rust used to run the tests
4646
task smoke-test
4747
```
4848

49-
As explained in [ADR: Write tests with the Gherkin syntax](./ADRs/2024-01-11-a-write-tests-in-gherkin.md), we are using Gherkin and Cucumber to run the tests. Therefore, you won't be able to filter tests using `cargo test`. To do so, add a `@testing` tag to a `Feature`, `Rule` or `Scenario` (non-exhaustive) and then use `task smoke-test -- --tags '@testing'` to run only matching `Scenario`s.
49+
As explained in [ADR: Write tests with the Gherkin syntax](./docs/ADRs/2024-01-11-a-write-tests-in-gherkin.md), we are using Gherkin and Cucumber to run the tests. Therefore, you won't be able to filter tests using `cargo test`. To do so, add a `@testing` tag to a `Feature`, `Rule` or `Scenario` (non-exhaustive) and then use `task smoke-test -- --tags '@testing'` to run only matching `Scenario`s.
5050

5151
### Integration testing
5252

File renamed without changes.
File renamed without changes.

ADRs/README.md docs/ADRs/README.md

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)