We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b652ac commit ca6c67eCopy full SHA for ca6c67e
.github/workflows/ci.yml
@@ -80,26 +80,6 @@ jobs:
80
cargo install cargo-check-external-types@0.1.13
81
cd ${{ matrix.example }}
82
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
95
- components: rustfmt
96
- - uses: arduino/setup-protoc@v3
97
98
- repo-token: ${{ secrets.GITHUB_TOKEN }}
99
- - name: Build
100
- run: |
101
- cd ${{ matrix.example }}
102
- cargo build --verbose
103
msrv:
104
strategy:
105
matrix:
0 commit comments