mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 21:35:11 +01:00
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:
parent
3eced14e38
commit
b320337a60
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user