Skip to content

Commit

Permalink
Add additional test cases for CI on specific R version
Browse files Browse the repository at this point in the history
  • Loading branch information
andyquinterom committed Jun 13, 2024
1 parent 09d76ad commit 9d175bd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ jobs:
- {os: ubuntu-latest, r: 'oldrel', rust-version: 'stable', emit-bindings: 'true'}
- {os: ubuntu-latest, r: 'oldrel', rust-version: 'stable', target: 'aarch64-unknown-linux-gnu', skip-tests: 'true', emit-bindings: 'true'}

# Test on specific R versions
- {os: ubuntu-latest, r: '4.2', rust-version: 'stable' }
- {os: ubuntu-latest, r: '4.3', rust-version: 'stable' }
- {os: ubuntu-latest, r: '4.4', rust-version: 'stable' }

env:
RSPM: ${{ matrix.config.rspm }}

Expand Down

0 comments on commit 9d175bd

Please sign in to comment.