Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/cargo/quickcheck-1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydmeta authored Feb 11, 2024
2 parents 27bb5c8 + 1d8fbc2 commit 49939c6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
benchmark:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: rustup toolchain update nightly && rustup default nightly
- uses: Swatinem/rust-cache@v1
- uses: Swatinem/rust-cache@v2
- name: run benchmark
run: cargo +nightly bench | tee benchmark_output.txt
- name: store benchmark result
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ jobs:
name: Basic sanity checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
components: rustfmt, clippy
- uses: Swatinem/rust-cache@v1
- uses: Swatinem/rust-cache@v2
- uses: actions-rs/cargo@v1
name: formatting check
with:
Expand All @@ -34,7 +34,7 @@ jobs:
toolchain: [ stable, nightly ]
use_std: [ y, n ]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
name: thumbv6m-none-eabi toolchain setup
if: ${{ matrix.use_std == 'y' }}
Expand All @@ -50,7 +50,7 @@ jobs:
profile: minimal
toolchain: ${{ matrix.toolchain }}
override: true
- uses: Swatinem/rust-cache@v1
- uses: Swatinem/rust-cache@v2
- uses: actions-rs/cargo@v1
name: thumbv6m-none-eabi check
if: ${{ matrix.use_std == 'y' }}
Expand All @@ -71,7 +71,7 @@ jobs:
toolchain: [ stable, nightly ]
use_std: [ y, n ]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
name: thumbv6m-none-eabi toolchain setup
if: ${{ matrix.use_std == 'y' }}
Expand All @@ -87,7 +87,7 @@ jobs:
profile: minimal
toolchain: ${{ matrix.toolchain }}
override: true
- uses: Swatinem/rust-cache@v1
- uses: Swatinem/rust-cache@v2
- uses: actions-rs/cargo@v1
name: thumbv6m-none-eabi build
if: ${{ matrix.use_std == 'y' }}
Expand All @@ -113,13 +113,13 @@ jobs:
matrix:
toolchain: [ stable, nightly ]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: ${{ matrix.toolchain }}
override: true
- uses: Swatinem/rust-cache@v1
- uses: Swatinem/rust-cache@v2
- uses: actions-rs/cargo@v1
name: std test all
with:
Expand All @@ -133,13 +133,13 @@ jobs:
matrix:
toolchain: [ stable, nightly ]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: ${{ matrix.toolchain }}
override: true
- uses: Swatinem/rust-cache@v1
- uses: Swatinem/rust-cache@v2
- uses: actions-rs/cargo@v1
name: std doc check
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rustdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4

- uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true

- uses: Swatinem/rust-cache@v1
- uses: Swatinem/rust-cache@v2

- uses: actions-rs/cargo@v1
name: build docs
Expand Down

0 comments on commit 49939c6

Please sign in to comment.