Skip to content

Move keygen out to its own function to avoid clippy warning #15

Move keygen out to its own function to avoid clippy warning

Move keygen out to its own function to avoid clippy warning #15

Workflow file for this run

name: Windows-CI
on:
push:
branches: [master]
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
- name: Check
run: cargo check --verbose