Skip to content

Commit

Permalink
WIP trying to understand why CI is broken
Browse files Browse the repository at this point in the history
  • Loading branch information
danielabrozzoni committed Jun 21, 2022
1 parent 39cbc36 commit 8366488
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cont_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:
run: rustup component add clippy
- name: Update toolchain
run: rustup update
- name: WIP1
run: cargo --version
- name: Build
run: cargo build --features ${{ matrix.features }} --no-default-features
- name: Clippy
Expand Down Expand Up @@ -170,5 +172,7 @@ jobs:
run: rustup component add rustfmt
- name: Update toolchain
run: rustup update
- name: WIP
run: cargo fmt --version
- name: Check fmt
run: cargo fmt --all -- --config format_code_in_doc_comments=true --check

0 comments on commit 8366488

Please sign in to comment.