mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-29 03:44:30 +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:
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
|
||||
|
||||
Reference in New Issue
Block a user