Skip to content

Commit

Permalink
try adding CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilm committed Mar 31, 2021
1 parent 66623d7 commit 0f70082
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,15 @@ tasks:
working_directory: examples
test_targets:
- //...
examples-worker:
name: Examples
platform: ubuntu1804
working_directory: examples
build_flags:
- "--@rules_rust//rust:experimental-use-worker"
- "--worker_verbose"
test_targets:
- //...
docs_linux:
name: Docs
platform: ubuntu1804
Expand Down

0 comments on commit 0f70082

Please sign in to comment.