Skip to content

Synchronizing Planemo test with Pytests for bamCompare and bamCoverage tool #10

Synchronizing Planemo test with Pytests for bamCompare and bamCoverage tool

Synchronizing Planemo test with Pytests for bamCompare and bamCoverage tool #10

Workflow file for this run

name: Cargo
on: [push, pull_request]
jobs:
cargo_test:
name: run cargo test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: rustup update stable && rustup default stable
- name: cargo build
run: cargo build --verbose
- name: cargo test
run: cargo test --verbose