Skip to content

test(kyberlib): ✅ new tests for api.rs #42

test(kyberlib): ✅ new tests for api.rs

test(kyberlib): ✅ new tests for api.rs #42

Workflow file for this run

name: 🧪 Check
on:
push:
branches:
- main
- feat/kyberlib
pull_request:
branches:
- feat/kyberlib
release:
types: [created]
jobs:
all:
name: Check
runs-on: ubuntu-latest
steps:
- uses: hecrj/setup-rust-action@v2
with:
components: clippy
- uses: actions/checkout@v4
- name: Check lints
run: cargo check --all-targets --workspace --all-features