Skip to content

Commit 6ea0ffc

Browse files
committed
Merge remote-tracking branch 'origin/main' into refactor/remove-trivial-instrumentation
2 parents 67adc8e + 41f9832 commit 6ea0ffc

File tree

114 files changed

+2279
-763
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

114 files changed

+2279
-763
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ jobs:
9999
- uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6 # v2.7.8
100100
with:
101101
key: test
102-
- run: cargo test --all-features
102+
- run: cargo test --no-default-features --workspace
103+
- run: cargo test --all-features --workspace
103104

104105
tests_passed:
105106
name: All tests passed

.github/workflows/pr_pre-commit.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: pre-commit
33

44
on:
55
pull_request:
6+
merge_group:
67

78
env:
89
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)