Skip to content

Commit

Permalink
chore: trigger testing ci for all branches
Browse files Browse the repository at this point in the history
  • Loading branch information
Junochiu committed Dec 26, 2024
1 parent d103d07 commit 51291c1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
push:
branches: [main]
pull_request:
branches: [main]


env:
CARGO_TERM_COLOR: always
Expand Down Expand Up @@ -41,7 +39,7 @@ jobs:
toolchain: $(cat rust-toolchain)
components: rustfmt, clippy

- name: Run clippy
- name: Run clippy
run: cargo clippy --all-features --all-targets -- -D warnings

cargo-fmt:
Expand All @@ -56,5 +54,5 @@ jobs:
toolchain: $(cat rust-toolchain)
components: rustfmt, clippy

- name: Run rustfmt
- name: Run rustfmt
run: cargo fmt --all --check

0 comments on commit 51291c1

Please sign in to comment.