Skip to content

Fix DNF's check_signature: Signature not found in armored packets bug #147

Fix DNF's check_signature: Signature not found in armored packets bug

Fix DNF's check_signature: Signature not found in armored packets bug #147

Workflow file for this run

on: [push, pull_request]
name: Continuous integration
jobs:
test:
name: Test Suite
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- run: sudo apt update && sudo apt install -y clang llvm pkg-config nettle-dev
- run: cp .env.example .env
- run: cargo test