Skip to content

Commit 3c9c0d9

Browse files
committed
try adding CI job
1 parent 66623d7 commit 3c9c0d9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.bazelci/presubmit.yml

+9
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,15 @@ tasks:
7878
working_directory: examples
7979
test_targets:
8080
- //...
81+
examples-worker:
82+
name: Examples Persistent Worker
83+
platform: ubuntu1804
84+
working_directory: examples
85+
build_flags:
86+
- "--@rules_rust//rust:experimental-use-worker"
87+
- "--worker_verbose"
88+
test_targets:
89+
- //...
8190
docs_linux:
8291
name: Docs
8392
platform: ubuntu1804

0 commit comments

Comments
 (0)