Skip to content

Commit eb9674a

Browse files
committed
install tmc-r-tester in linux CI tests
1 parent ffb7854 commit eb9674a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ jobs:
1818
run: |
1919
sudo apt install -y check valgrind # required for make plugin
2020
sudo apt install -y r-base # required for R plugin
21+
- name: Install tmc-r-tester
22+
run: |
23+
Rscript -e 'install.packages(c("devtools","testthat", "httr", "curl"),repos="https://ftp.eenet.ee/pub/cran/")'
24+
Rscript -e 'devtools::install_github("RTMC/tmc-r-tester/tmcRtestrunner")'
2125
- name: Build test binary
2226
run: cargo test --no-run --verbose
2327
- name: Run tests

0 commit comments

Comments
 (0)