Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
**Introduced changes**
_Briefly describe your changes_.

**Testing**
- [ ] I have covered my code with tests.
- [ ] I have run integration tests with `cargo test --tests` and ensured that they pass.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
run: cargo build --lib --verbose
- name: Run tests
run: cargo test --verbose
run: cargo test --lib --verbose

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file added CONTRIBUTING.md
Empty file.
Loading