Skip to content

chore(deps): update dependency protoc to v29.1 (#194) #327

chore(deps): update dependency protoc to v29.1 (#194)

chore(deps): update dependency protoc to v29.1 (#194) #327

Workflow file for this run

---
name: ci
on:
pull_request:
push:
branches:
- main
- master
- "releases/*"
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
tests:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
# - macos-latest
env:
CARGO_TERM_COLOR: always
RUST_BACKTRACE: full
SCCACHE_GHA_ENABLED: "true"
RUSTC_WRAPPER: "sccache"
steps:
- uses: actions/checkout@v4
- uses: jdx/mise-action@v2
- uses: mozilla-actions/[email protected]
- run: just check
- run: just lint
- run: just test
- run: just deny
#- run: just test_each_feature
- run: ${SCCACHE_PATH} --show-stats
shell: bash