chore: update dependencies #21
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: CI | |
| on: | |
| push: | |
| branches: [ master, main, develop ] | |
| pull_request: | |
| branches: [ master, main, develop ] | |
| jobs: | |
| rust: | |
| name: Rust CI | |
| uses: muvon/ci-workflow/.github/workflows/rust-ci.yml@master | |
| with: | |
| feature-flags: '--all-features' | |
| setup-protoc: true | |
| tools: 'ripgrep,ast-grep' | |
| # ONNX runtime issues — test without default features | |
| test-script: 'cargo test --verbose --no-default-features' | |
| doc: false | |
| tarpaulin-args: '--verbose --no-default-features --workspace --timeout 120 --out xml' | |
| brief: | |
| uses: muvon/ci-workflow/.github/workflows/brief.yml@master | |
| secrets: inherit |