Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Aug 9, 2022
1 parent 13c5a1e commit 04844e3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,4 @@ jobs:
workflows:
version: 2
all_checks:
jobs:
- clippy: { filters: { branches: { ignore: 'rustdoc-gh-pages' } } }
- test: { filters: { branches: { ignore: 'rustdoc-gh-pages' } } }
jobs: [clippy, test, doc-test]

0 comments on commit 04844e3

Please sign in to comment.