mirror of
https://github.com/robertwayne/axum-htmx
synced 2025-12-20 06:35:18 +01:00
Update ci.yml
This commit is contained in:
parent
3e2f302004
commit
49b7da0643
1 changed files with 5 additions and 7 deletions
12
.github/workflows/ci.yml
vendored
12
.github/workflows/ci.yml
vendored
|
|
@ -15,8 +15,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
toolchain:
|
||||
# - stable
|
||||
# - beta
|
||||
- stable
|
||||
- nightly
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
@ -26,9 +25,9 @@ jobs:
|
|||
components: clippy, rustfmt
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
- name: run clippy
|
||||
run: cargo clippy --all-features -- -D warnings
|
||||
run: cargo +nightly clippy --all-features -- -D warnings
|
||||
- name: run formatter checks
|
||||
run: cargo fmt --all --check
|
||||
run: cargo +nightly fmt --all --check
|
||||
|
||||
test:
|
||||
needs: check
|
||||
|
|
@ -36,8 +35,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
toolchain:
|
||||
# - stable
|
||||
# - beta
|
||||
- stable
|
||||
- nightly
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
@ -46,4 +44,4 @@ jobs:
|
|||
toolchain: ${{ matrix.toolchain }}
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
- name: run tests
|
||||
run: cargo test --all-features
|
||||
run: cargo +nightly test --all-features
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue