Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mrvollger committed Dec 15, 2023
1 parent a98c064 commit 6e3bf75
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
components: clippy

- name: Lint with clippy
run: docker run -i $(docker build --pull -q .) cargo clippy --release
run: cargo clippy

Testing:
needs: Formatting
Expand All @@ -53,5 +53,4 @@ jobs:
override: true

- name: Run test
run: |
docker run -i $(docker build --pull -q .) cargo test -p bio-io -p bamlift -p fibertools-rs --release -- --test-threads=1
run: cargo test -p bio-io -p bamlift -p fibertools-rs -- --test-threads=1

0 comments on commit 6e3bf75

Please sign in to comment.