Skip to content

Commit

Permalink
Merge pull request #49 from nomic-io/fix-ci-error
Browse files Browse the repository at this point in the history
Fix CI error
  • Loading branch information
mappum authored May 28, 2021
2 parents 64d2e07 + a808000 commit 2b31f6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:
args: --verbose

Coverage:
runs-on: ubuntu-latest steps:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Use Nightly
Expand Down Expand Up @@ -109,7 +110,6 @@ jobs:
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
components: clippy
override: true
- name: Run Benches
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit 2b31f6f

Please sign in to comment.