Skip to content

Commit 08faa20

Browse files
committed
Add RUST_LOG to better investigate workflow error
1 parent 0f22a5b commit 08faa20

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/das-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,14 @@ jobs:
8080
das-cli ab start
8181
# Query Agent
8282
das-cli qa start
83+
sleep 5
84+
das-cli logs qa
8385
8486
- name: Run DAS module tests
8587
shell: bash
8688
run: |
8789
source ./dastoolbox/bin/activate
88-
timeout 60s ./target/release/metta-repl ./integration_tests/das/test.metta
90+
RUST_LOG=das=debug timeout 60s ./target/release/metta-repl ./integration_tests/das/test.metta
8991
9092
- name: das-toolbox - cleanup services
9193
if: always()

integration_tests/das/test.metta

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
!(import! &self das)
22

3-
!(bind! &das (new-das! (0.0.0.0:42000-42499) (0.0.0.0:40002)))
3+
!(bind! &das (new-das! (localhost:42000-42499) (localhost:40002)))
44

55
; Check if pattern_matching service is ready, giving it some seconds for handshaking
66
!(das-service-status! pattern_matching_query)

0 commit comments

Comments
 (0)