Skip to content

deps(github-actions): bump sigstore/cosign-installer from 3.5.0 to 3.6.0 #35

deps(github-actions): bump sigstore/cosign-installer from 3.5.0 to 3.6.0

deps(github-actions): bump sigstore/cosign-installer from 3.5.0 to 3.6.0 #35

Workflow file for this run

name: Rust Tests
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
working-directory: internal/configure-pipeline
- name: Run tests
run: cargo test --verbose -- --test-threads=1
working-directory: internal/configure-pipeline