Skip to content

Commit b32a2d8

Browse files
committed
Remove running examples twice
1 parent cd54f24 commit b32a2d8

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -80,26 +80,6 @@ jobs:
8080
cargo install [email protected]
8181
cd ${{ matrix.example }}
8282
cargo check-external-types --config allowed-external-types.toml
83-
non-default-examples:
84-
strategy:
85-
matrix:
86-
os: [ windows-latest, ubuntu-latest ]
87-
example: [opentelemetry-otlp/examples/basic-otlp]
88-
runs-on: ${{ matrix.os }}
89-
steps:
90-
- uses: actions/checkout@v4
91-
with:
92-
submodules: true
93-
- uses: dtolnay/rust-toolchain@stable
94-
with:
95-
components: rustfmt
96-
- uses: arduino/setup-protoc@v3
97-
with:
98-
repo-token: ${{ secrets.GITHUB_TOKEN }}
99-
- name: Build
100-
run: |
101-
cd ${{ matrix.example }}
102-
cargo build --verbose
10383
msrv:
10484
strategy:
10585
matrix:
@@ -135,9 +115,6 @@ jobs:
135115
- uses: dtolnay/rust-toolchain@stable
136116
with:
137117
components: rustfmt
138-
- uses: arduino/setup-protoc@v3
139-
with:
140-
repo-token: ${{ secrets.GITHUB_TOKEN }}
141118
- name: doc
142119
run: cargo doc --no-deps --all-features
143120
env:

0 commit comments

Comments
 (0)