Skip to content

Commit

Permalink
chore
Browse files Browse the repository at this point in the history
  • Loading branch information
linrongbin16 committed Dec 14, 2024
1 parent 4f27e7c commit 9763567
Show file tree
Hide file tree
Showing 3 changed files with 878 additions and 11 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
toolchain:
- stable
- beta
- "1.65"
- "1.66"
runs-on: ubuntu-latest
steps:
# Get a checkout and rust toolchain.
Expand All @@ -36,11 +36,8 @@ jobs:
- run: cargo +${{matrix.toolchain}} build
- run: cargo +${{matrix.toolchain}} test
- run: cargo +${{matrix.toolchain}} test --no-default-features line
- run: cargo +${{matrix.toolchain}} test --no-default-features
- run: cargo +${{matrix.toolchain}} test --no-default-features --features=cr_lines line
- run: cargo +${{matrix.toolchain}} test --no-default-features --features=cr_lines
- run: cargo +${{matrix.toolchain}} test --no-default-features --features=unicode_lines line
- run: cargo +${{matrix.toolchain}} test --no-default-features --features=unicode_lines
- run: cargo +${{matrix.toolchain}} bench --no-run

run-miri:
Expand All @@ -59,9 +56,3 @@ jobs:
- run: cargo miri test --no-default-features
env:
MIRIFLAGS: "-Zmiri-strict-provenance"
- run: cargo miri test --no-default-features --features=cr_lines
env:
MIRIFLAGS: "-Zmiri-strict-provenance"
- run: cargo miri test --no-default-features --features=unicode_lines
env:
MIRIFLAGS: "-Zmiri-strict-provenance"
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/target/
**/*.rs.bk
Cargo.lock
perf.data*
cachegrind.out*
Loading

0 comments on commit 9763567

Please sign in to comment.