Skip to content

Commit

Permalink
Modify CICD configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
gudaoxuri committed Jul 27, 2022
1 parent abb3a7f commit 201859f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Check format
run: cargo fmt --all -- --check

- name: Check with clippy
- name: Check clippy
run: cargo clippy --all-features

- name: Run cargo-tarpaulin
Expand Down Expand Up @@ -88,13 +88,13 @@ jobs:
run: cargo fmt --all -- --check
working-directory: examples

- name: Check with clippy
- name: Check clippy
run: cargo clippy
working-directory: examples

publish:
if: startsWith(github.ref, 'refs/tags/')
needs: [check, check-examples]
needs: [check-tardis, check-examples]
runs-on: ubuntu-latest
steps:
- name: Check out the repo
Expand Down

0 comments on commit 201859f

Please sign in to comment.