Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,5 @@ jobs:
run: cargo check --verbose --target ${{ matrix.target }}
- name: Run cargo clippy
run: cargo clippy --all-features --all-targets -- -Dwarnings
- name: Run cargo audit
run: cargo audit
- name: Run tests
run: cargo test
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches: ["master"]
pull_request:
types: [ opened, reopened ]
types: [ opened, reopened, edited, synchronize ]
paths-ignore:
- '*.md'

Expand Down
Loading