Skip to content

Commit

Permalink
don't optimize on CI, it isn't faster
Browse files Browse the repository at this point in the history
  • Loading branch information
matklad committed Jul 22, 2019
1 parent d690249 commit 3ea530c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ matrix:
script:
- rustup component add rustfmt
- rustup component add rust-src
- printf "\n\n[profile.dev]\ndebug = false\nopt-level = 1\n" >> Cargo.toml
- printf "\n\n[profile.dev]\ndebug = false\n" >> Cargo.toml
- cargo test --no-run # let's measure compile time separately
- cargo test
env:
Expand Down

0 comments on commit 3ea530c

Please sign in to comment.