Skip to content

Commit 9f095de

Browse files
chore: invoke windows-build.yml
1 parent 7d8b6e5 commit 9f095de

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.github/workflows/windows-build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ on:
77
- edited
88
- synchronize
99

10-
# on:
11-
# workflow_call:
12-
# inputs:
13-
# branch:
14-
# required: true
15-
# type: stringi
10+
on:
11+
workflow_call:
12+
inputs:
13+
branch:
14+
required: true
15+
type: stringi
1616

1717
jobs:
1818
build:

waku/waku_rln_relay/rln_relay.nim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ proc validateMessage*(
254254
waku_rln_spam_messages_total.inc()
255255
return MessageValidationResult.Spam
256256

257+
trace "testing windows ci"
257258
trace "message is valid", payloadLen = msg.payload.len
258259
let rootIndex = rlnPeer.groupManager.indexOfRoot(proof.merkleRoot)
259260
waku_rln_valid_messages_total.observe(rootIndex.toFloat())

0 commit comments

Comments
 (0)