Skip to content

update: adding rationale for update_state_blob_with_impersonation_wor… #6

update: adding rationale for update_state_blob_with_impersonation_wor…

update: adding rationale for update_state_blob_with_impersonation_wor… #6

Workflow file for this run

---
name: Task - Build Rust
on:
workflow_dispatch:
workflow_call:
push:
jobs:
rust_build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# selecting a toolchain either by action or manual `rustup` calls should happen
# before the plugin, as the cache uses the current rustc version as its cache key
- run: rustup show
- uses: Swatinem/rust-cache@v2
- name: Build the project
run: |
cargo build --release --workspace