spict v1.3.8 #20
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: run-testmore | |
on: | |
push: | |
workflow_dispatch: | |
jobs: | |
run-testmore: | |
runs-on: self-hosted | |
steps: | |
- name: checkout | |
uses: actions/checkout@v3 | |
- name: install spict | |
run: mkdir library && R_LIBS="~/github/spict/spict/library" make install | |
- name: test spict | |
run: R_LIBS="~/github/spict/spict/library" make testmore |