Skip to content

fix(deps): bump futures from 0.3.29 to 0.3.30 #245

fix(deps): bump futures from 0.3.29 to 0.3.30

fix(deps): bump futures from 0.3.29 to 0.3.30 #245

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