Skip to content

Commit

Permalink
gci: Limit the RUST=1 config to test rust-related functionality
Browse files Browse the repository at this point in the history
No point in retesting yet again, just test what wasn't tested
elsewhere.
  • Loading branch information
cdecker committed Jan 30, 2022
1 parent 246ddd9 commit 7e45678
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,8 @@ jobs:
DEVELOPER: 1
RUST: 1
VALGRIND: 0
# Run only the rust tests, others are not impacted.
TEST_CMD: "make -j 8 && pytest -vvv tests/test_cln_rs.py"
steps:
- name: Checkout
uses: actions/[email protected]
Expand Down

0 comments on commit 7e45678

Please sign in to comment.