Skip to content

fix(deps): bump assert_cmd from 2.0.14 to 2.0.16 #442

fix(deps): bump assert_cmd from 2.0.14 to 2.0.16

fix(deps): bump assert_cmd from 2.0.14 to 2.0.16 #442

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.25.16, v1.26.15, v1.27.13, v1.28.9, v1.29.4, v1.30.0]
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Create k8s Kind Cluster
uses: helm/[email protected]
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