Skip to content

build: add cargo machete #1666

build: add cargo machete

build: add cargo machete #1666

Workflow file for this run

name: Test R
on:
push:
paths:
- 'exon-r/**'
jobs:
test:
runs-on: ubuntu-latest
name: Test build
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/r_setup
- shell: Rscript {0}
working-directory: ./exon-r/exonr/
run: |
rextendr::document()
devtools::load_all()
devtools::test(stop_on_failure = TRUE)