Skip to content

fix(deps): bump anyhow from 1.0.81 to 1.0.82 #358

fix(deps): bump anyhow from 1.0.81 to 1.0.82

fix(deps): bump anyhow from 1.0.81 to 1.0.82 #358

Workflow file for this run

name: test
on:
pull_request:
branches:
- main
jobs:
test:
name: Run tests with cargo test
runs-on: ubuntu-latest
strategy:
matrix:
version: [v1.24.17, v1.25.16, v1.26.14, v1.27.11, v1.28.7, v1.29.2]
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Create k8s Kind Cluster
uses: helm/kind-action@v1.9.0
with:
cluster_name: "kind"
node_image: kindest/node:${{ matrix.version }}
- name: "Apply RBAC resources"
run: kubectl apply -k rbac
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- run: cargo test