Skip to content

Commit 99401f1

Browse files
Merge pull request #273 from 1Password/darrell/allow-cfg-attr-typeshare
allow cfg attr typeshare -> typeshare2
2 parents 30dc9b5 + 1c42bb6 commit 99401f1

File tree

44 files changed

+1013
-274
lines changed

Some content is hidden

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

44 files changed

+1013
-274
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
pull_request:
66
branches:
77
- main
8+
- typeshare2
89

910
name: CI
1011

@@ -24,7 +25,6 @@ jobs:
2425
toolchain: ${{ matrix.rust }}
2526
- run: rustup run ${{ matrix.rust }} cargo check
2627

27-
2828
test:
2929
name: Test
3030
runs-on: ubuntu-latest
@@ -39,8 +39,8 @@ jobs:
3939
profile: minimal
4040
toolchain: ${{ matrix.rust }}
4141
- run: rustup run ${{ matrix.rust }} cargo test --all-features
42+
- run: ./run-snapshot-tests.sh
4243

43-
4444
check-deterministic:
4545
name: Ensure Deterministic Output
4646
runs-on: ubuntu-latest
@@ -60,7 +60,6 @@ jobs:
6060
toolchain: ${{ matrix.rust }}
6161
- run: rustup toolchain install ${{ matrix.rust }}
6262
- run: just --justfile tests/justfile determinism
63-
6463

6564
fmt:
6665
name: Rustfmt
@@ -78,7 +77,6 @@ jobs:
7877
components: rustfmt
7978
- run: rustup run ${{ matrix.rust }} cargo fmt --all -- --check
8079

81-
8280
clippy:
8381
name: Clippy
8482
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)