gci: Limit the RUST=1 config to test rust-related functionality

No point in retesting yet again, just test what wasn't tested
elsewhere.
This commit is contained in:
Christian Decker 2022-01-26 11:59:24 +01:00
parent 3eced14e38
commit b320337a60

View File

@ -347,6 +347,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/checkout@v2.0.0