Skip to content

Commit

Permalink
Remove building examples twice (open-telemetry#2311)
Browse files Browse the repository at this point in the history
  • Loading branch information
cijothomas authored Nov 20, 2024
1 parent 3b652ac commit ca6c67e
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,26 +80,6 @@ jobs:
cargo install cargo-check-external-types@0.1.13
cd ${{ matrix.example }}
cargo check-external-types --config allowed-external-types.toml
non-default-examples:
strategy:
matrix:
os: [ windows-latest, ubuntu-latest ]
example: [opentelemetry-otlp/examples/basic-otlp]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
with:
submodules: true
- uses: dtolnay/rust-toolchain@stable
with:
components: rustfmt
- uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Build
run: |
cd ${{ matrix.example }}
cargo build --verbose
msrv:
strategy:
matrix:
Expand Down

0 comments on commit ca6c67e

Please sign in to comment.