Skip to content

Commit

Permalink
chore: CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mrvollger committed Jan 11, 2024
1 parent 616f8da commit dc7c74a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ jobs:
override: true

- name: Run test
run: cargo test -p bio-io -p bamlift -p fibertools-rs -- --test-threads=1
run: cargo test -- --test-threads=1
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Contributing to `fibertools-rs`
Please feel free to open PRs! But first make sure you code passes tests, and please add tests for new features:
```bash
cargo test -p bio-io -p bamlift -p fibertools-rs
cargo test --all-features
```
Also format your code and check it with clingy:
```bash
Expand Down

0 comments on commit dc7c74a

Please sign in to comment.