Skip to content

Commit f741128

Browse files
committed
tests: runs Go and Rust tests for PRs
1 parent 3b0023d commit f741128

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/watcher-go.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Test (Go)
33
on:
44
push:
55
branches: [ release, next ]
6+
pull_request:
7+
branches: [ release, next ]
68

79
permissions:
810
contents: read

.github/workflows/watcher-rs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: Test (Rust)
33
on:
44
push:
55
branches: [ release, next ]
6+
pull_request:
7+
branches: [ release, next ]
68

79
env:
810
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)