Skip to content

build(deps): bump serde from 1.0.201 to 1.0.202 (#504) #1595

build(deps): bump serde from 1.0.201 to 1.0.202 (#504)

build(deps): bump serde from 1.0.201 to 1.0.202 (#504) #1595

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)