Skip to content

Commit

Permalink
CI: Add step for r
Browse files Browse the repository at this point in the history
[test r]
  • Loading branch information
WarrenWeckesser committed Sep 8, 2024
1 parent fc15df1 commit 4c08808
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@ jobs:
cd tests/test_pygsl
sudo bash run_test.sh
cd ../..
- name: test_r
if: "contains(github.event.head_commit.message, '[test all]') || contains(github.event.head_commit.message, '[test r]')"
run: |
cd tests/test_r
bash run_test.sh
cd ../..
- name: test_scilab
if: "contains(github.event.head_commit.message, '[test all]') || contains(github.event.head_commit.message, '[test scilab]')"
run: |
Expand Down

0 comments on commit 4c08808

Please sign in to comment.