Skip to content

Commit

Permalink
for some reason opt-level=1 is causing the compilation to fail.
Browse files Browse the repository at this point in the history
  • Loading branch information
kantai committed Apr 13, 2020
1 parent cbe2e00 commit fcf4b15
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,9 @@ jobs:
steps:
- checkout
- run:
environment:
RUSTFLAGS: -Copt-level=1
no_output_timeout: 60m
command: |
cargo test && cargo test -- --ignored --test-threads 1
no_output_timeout: 60m
workflows:
version: 2
build-deploy:
Expand Down

0 comments on commit fcf4b15

Please sign in to comment.