Skip to content

Check if downloaded GCP golden launch endorsement is malformed (#87) #146

Check if downloaded GCP golden launch endorsement is malformed (#87)

Check if downloaded GCP golden launch endorsement is malformed (#87) #146

Workflow file for this run

name: Run tests
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
permissions: read-all
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Install protoc dependency
uses: arduino/setup-protoc@c65c819552d16ad3c9b72d9dfd5ba5237b9c906b # v3.0.0
with:
version: '24.x'
- name: Build
run: |
cargo build --all-features --profile release
- name: Format
run: |
cargo fmt --check
- name: Run all tests
run: |
cargo test --all-features --profile release