Skip to content

build(deps): bump serde from 1.0.200 to 1.0.201 (#500) #1588

build(deps): bump serde from 1.0.200 to 1.0.201 (#500)

build(deps): bump serde from 1.0.200 to 1.0.201 (#500) #1588

Workflow file for this run

name: Test R
on:
push:
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)