Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
paleolimbot committed Oct 10, 2024
1 parent d21c2a8 commit d0fa79e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,30 @@ name: R-CMD-check
permissions: read-all

jobs:
test:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Install Abseil (MacOS)
run: brew install abseil
- name: Install minimal dependencies
run: |
R -e 'install.packages(c("wk", "Rcpp", "testthat"))'
- name: Install
run: |
R CMD INSTALL .
- name: Test
run: |
R -e 'testthat::test_local()'
R-CMD-check:
runs-on: ${{ matrix.config.os }}

name: ${{ matrix.config.os }} (${{ matrix.config.r }})

needs:
- test

strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit d0fa79e

Please sign in to comment.