-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0e106ec
commit 172cd35
Showing
62 changed files
with
814 additions
and
694 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ jobs: | |
- uses: dtolnay/rust-toolchain@master | ||
with: | ||
components: rustfmt | ||
toolchain: nightly-2024-01-04 | ||
toolchain: nightly-2024-11-06 | ||
- uses: Swatinem/rust-cache@v2 | ||
- run: scripts/rust_fmt.sh --check | ||
|
||
|
@@ -36,7 +36,7 @@ jobs: | |
- uses: dtolnay/rust-toolchain@master | ||
with: | ||
components: clippy | ||
toolchain: nightly-2024-01-04 | ||
toolchain: nightly-2024-11-06 | ||
- uses: Swatinem/rust-cache@v2 | ||
- run: scripts/clippy.sh | ||
|
||
|
@@ -46,17 +46,17 @@ jobs: | |
- uses: actions/checkout@v4 | ||
- uses: dtolnay/rust-toolchain@master | ||
with: | ||
toolchain: nightly-2024-01-04 | ||
toolchain: nightly-2024-11-06 | ||
- uses: Swatinem/rust-cache@v2 | ||
- run: cargo +nightly-2024-01-04 doc | ||
- run: cargo +nightly-2024-11-06 doc | ||
|
||
run-wasm32-wasi-tests: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: dtolnay/rust-toolchain@master | ||
with: | ||
toolchain: nightly-2024-01-04 | ||
toolchain: nightly-2024-11-06 | ||
targets: wasm32-wasi | ||
- uses: taiki-e/install-action@v2 | ||
with: | ||
|
@@ -73,7 +73,7 @@ jobs: | |
- uses: actions/checkout@v4 | ||
- uses: dtolnay/rust-toolchain@master | ||
with: | ||
toolchain: nightly-2024-01-04 | ||
toolchain: nightly-2024-11-06 | ||
targets: wasm32-unknown-unknown | ||
- uses: Swatinem/rust-cache@v2 | ||
- uses: jetli/[email protected] | ||
|
@@ -89,9 +89,9 @@ jobs: | |
- uses: actions/checkout@v4 | ||
- uses: dtolnay/rust-toolchain@master | ||
with: | ||
toolchain: nightly-2024-01-04 | ||
toolchain: nightly-2024-11-06 | ||
- uses: Swatinem/rust-cache@v2 | ||
- run: cargo +nightly-2024-01-04 test | ||
- run: cargo +nightly-2024-11-06 test | ||
env: | ||
RUSTFLAGS: -C target-feature=+neon | ||
|
||
|
@@ -104,9 +104,9 @@ jobs: | |
- uses: actions/checkout@v4 | ||
- uses: dtolnay/rust-toolchain@master | ||
with: | ||
toolchain: nightly-2024-01-04 | ||
toolchain: nightly-2024-11-06 | ||
- uses: Swatinem/rust-cache@v2 | ||
- run: cargo +nightly-2024-01-04 test | ||
- run: cargo +nightly-2024-11-06 test | ||
env: | ||
RUSTFLAGS: -C target-cpu=native -C target-feature=+${{ matrix.target-feature }} | ||
|
||
|
@@ -116,7 +116,7 @@ jobs: | |
- uses: actions/checkout@v4 | ||
- uses: dtolnay/rust-toolchain@master | ||
with: | ||
toolchain: nightly-2024-01-04 | ||
toolchain: nightly-2024-11-06 | ||
- name: Run benchmark | ||
run: ./scripts/bench.sh -- --output-format bencher | tee output.txt | ||
- name: Download previous benchmark data | ||
|
@@ -142,7 +142,7 @@ jobs: | |
- uses: actions/checkout@v4 | ||
- uses: dtolnay/rust-toolchain@master | ||
with: | ||
toolchain: nightly-2024-01-04 | ||
toolchain: nightly-2024-11-06 | ||
- name: Run benchmark | ||
run: ./scripts/bench.sh --features="parallel" -- --output-format bencher | tee output.txt | ||
- name: Download previous benchmark data | ||
|
@@ -168,29 +168,29 @@ jobs: | |
- uses: actions/checkout@v4 | ||
- uses: dtolnay/rust-toolchain@master | ||
with: | ||
toolchain: nightly-2024-01-04 | ||
toolchain: nightly-2024-11-06 | ||
- uses: Swatinem/rust-cache@v2 | ||
- run: cargo +nightly-2024-01-04 test | ||
- run: cargo +nightly-2024-11-06 test | ||
|
||
run-slow-tests: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: dtolnay/rust-toolchain@master | ||
with: | ||
toolchain: nightly-2024-01-04 | ||
toolchain: nightly-2024-11-06 | ||
- uses: Swatinem/rust-cache@v2 | ||
- run: cargo +nightly-2024-01-04 test --release --features="slow-tests" | ||
- run: cargo +nightly-2024-11-06 test --release --features="slow-tests" | ||
|
||
run-tests-parallel: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: dtolnay/rust-toolchain@master | ||
with: | ||
toolchain: nightly-2024-01-04 | ||
toolchain: nightly-2024-11-06 | ||
- uses: Swatinem/rust-cache@v2 | ||
- run: cargo +nightly-2024-01-04 test --features="parallel" | ||
- run: cargo +nightly-2024-11-06 test --features="parallel" | ||
|
||
machete: | ||
runs-on: ubuntu-latest | ||
|
@@ -201,9 +201,9 @@ jobs: | |
toolchain: nightly-2024-01-04 | ||
- uses: Swatinem/rust-cache@v2 | ||
- name: Install Machete | ||
run: cargo +nightly-2024-01-04 install --locked cargo-machete | ||
run: cargo +nightly-2024-11-06 install --locked cargo-machete | ||
- name: Run Machete (detect unused dependencies) | ||
run: cargo +nightly-2024-01-04 machete | ||
run: cargo +nightly-2024-11-06 machete | ||
|
||
all-tests: | ||
runs-on: ubuntu-latest | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.