Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mox692 committed Jan 3, 2024
1 parent e316a63 commit e8498ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 26 deletions.
26 changes: 1 addition & 25 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
fail-fast: false
matrix:
rust: [nightly, beta, stable, 1.56.0]
rust: [nightly, 1.60.0]
timeout-minutes: 45
steps:
- uses: actions/checkout@v4
Expand All @@ -48,20 +48,6 @@ jobs:
- run: cargo generate-lockfile -Z minimal-versions
- run: cargo check --locked

doc:
name: Documentation
needs: pre_ci
if: needs.pre_ci.outputs.continue
runs-on: ubuntu-latest
timeout-minutes: 45
env:
RUSTDOCFLAGS: -Dwarnings
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
- uses: dtolnay/install@cargo-docs-rs
- run: cargo docs-rs

clippy:
name: Clippy
runs-on: ubuntu-latest
Expand All @@ -85,13 +71,3 @@ jobs:
- run: cargo miri test
env:
MIRIFLAGS: -Zmiri-strict-provenance

outdated:
name: Outdated
runs-on: ubuntu-latest
if: github.event_name != 'pull_request'
timeout-minutes: 45
steps:
- uses: actions/checkout@v4
- uses: dtolnay/install@cargo-outdated
- run: cargo outdated --workspace --exit-code 1
2 changes: 1 addition & 1 deletion or-rs-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ keywords = ["either", "macro", "or"]

[dependencies]
quote = "1"
colored = { version = "1", optional = true }
colored = { version = "2", optional = true }
proc-macro2 = { version = "1", optional = true }
syn = { version = "2.0", features = ["full"] }

Expand Down

0 comments on commit e8498ef

Please sign in to comment.