Skip to content

fix(deps): bump clap from 4.4.12 to 4.4.13 #242

fix(deps): bump clap from 4.4.12 to 4.4.13

fix(deps): bump clap from 4.4.12 to 4.4.13 #242

Workflow file for this run

name: test
on:
pull_request:
branches:
- main
jobs:
test:
name: Run tests with cargo test
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Create k8s Kind Cluster
uses: helm/[email protected]
with:
cluster_name: "kind"
- name: "Apply RBAC resources"
run: kubectl apply -k rbac
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- run: cargo test