Skip to content

Commit

Permalink
Add 'noci' tag to fibonacci_doc_test
Browse files Browse the repository at this point in the history
As discussed in bazelbuild#3
  • Loading branch information
damienmg authored and kchodorow committed May 31, 2016
1 parent 172f7b3 commit a9eacc1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/fibonacci/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ rust_test(
rust_bench_test(
name = "fibonacci_bench",
srcs = ["benches/fibonacci_bench.rs"],
tags = ["manual"],
tags = [
"manual",
"noci",
],
deps = [":fibonacci"],
)

Expand Down

0 comments on commit a9eacc1

Please sign in to comment.