Skip to content

Commit 89486ae

Browse files
authored
Merge pull request #192 from zoedberg/0.11.1-2
0.11.1-alpha.2
2 parents 3ce2fc1 + e404bcd commit 89486ae

13 files changed

Lines changed: 241 additions & 226 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
strategy:
5858
fail-fast: false
5959
matrix:
60-
toolchain: [ nightly, beta, stable, 1.77.0 ]
60+
toolchain: [ nightly, beta, stable, 1.81.0 ]
6161
steps:
6262
- uses: actions/checkout@v4
6363
- uses: dtolnay/rust-toolchain@master

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
- uses: actions/checkout@v4
2727
- uses: dtolnay/rust-toolchain@stable
2828
- name: Test ${{matrix.os}}
29-
run: cargo test --workspace --all-features --no-fail-fast
29+
run: cargo test --workspace --all-features --no-fail-fast -- --include-ignored

0 commit comments

Comments
 (0)