Skip to content

Commit

Permalink
Stop caching deps for nightly build
Browse files Browse the repository at this point in the history
It makes compiletest unhappy
  • Loading branch information
sfackler committed Jan 2, 2019
1 parent 54dd1e2 commit 0d36453
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .circleci/config.yml
Expand Up @@ -45,10 +45,8 @@ jobs:
- run: cargo generate-lockfile
- *SAVE_REGISTRY
- run: rustc --version > ~/rust-version
- *RESTORE_DEPS
- run: cargo test -p phf_macros
- run: cargo test -p phf_codegen_test
- *SAVE_DEPS

workflows:
version: 2
Expand Down

0 comments on commit 0d36453

Please sign in to comment.