Bump rb_sys from 0.9.109 to 0.9.110 in /noodles_gff-rb #1704
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: NoodlesGFF | |
on: push | |
concurrency: | |
group: noodles_gff-${{ github.head_ref || github.ref }} | |
cancel-in-progress: true | |
jobs: | |
test: | |
name: Test | |
runs-on: ubuntu-latest | |
defaults: | |
run: | |
working-directory: noodles_gff-rb | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: oxidize-rb/actions/setup-ruby-and-rust@v1 | |
with: | |
bundler-cache: true | |
cargo-cache: true | |
working-directory: noodles_gff-rb | |
- run: bundle exec rake |