Compare commits

...

1 Commits
v0.1.0 ... main

Author SHA1 Message Date
Jordan Rose
dbf69664b9 Fix GitHub CI
Some checks failed
CI / Tests (1.69.0) (push) Has been cancelled
CI / Tests (nightly) (push) Has been cancelled
CI / Lints (push) Has been cancelled
2023-10-25 16:37:06 -07:00

View File

@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: rustup toolchain default ${{ matrix.rust }} --profile minimal
- run: rustup toolchain install ${{ matrix.rust }} --profile minimal && rustup default ${{ matrix.rust }}
- run: cargo test --workspace --all-features
clippy:
@ -25,4 +25,4 @@ jobs:
# Default to latest stable as installed on the runners.
# This does mean there may be updates that break this job at some point.
- run: cargo fmt --all -- --check
- run: cargo clippy --workspace --all-targets --all-features -- -D warning
- run: cargo clippy --workspace --all-targets --all-features -- -D warnings