Skip to content

chore(deps): update xtask/proto/googleapis digest to 2aabebc #1891

chore(deps): update xtask/proto/googleapis digest to 2aabebc

chore(deps): update xtask/proto/googleapis digest to 2aabebc #1891

Workflow file for this run

name: ci
on: push
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
toolchain: [stable, nightly]
steps:
- uses: actions/checkout@v2
- run: git submodule update --init --recursive --recommend-shallow --depth 1
- uses: actions-rs/toolchain@v1
with:
toolchain: ${{ matrix.toolchain }}
override: true
components: rustfmt
- name: Generate Code
run: cargo xtask gen
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose