format
Some checks failed
Rust / Test ${{ matrix.build }} (linux-beta, ubuntu-latest, beta) (push) Has been cancelled
Rust / Test ${{ matrix.build }} (linux-nightly, ubuntu-latest, nightly) (push) Has been cancelled
Rust / Test ${{ matrix.build }} (linux-stable, ubuntu-latest, stable) (push) Has been cancelled
Rust / Test ${{ matrix.build }} (macos, macos-latest, stable) (push) Has been cancelled
Rust / Test ${{ matrix.build }} (windows, windows-latest, stable) (push) Has been cancelled

This commit is contained in:
nora 2025-04-20 16:06:18 +02:00
parent 45a5fda1a3
commit 887aade421

View file

@ -1,4 +1,4 @@
use anyhow::{ensure, Result};
use anyhow::{Result, ensure};
use std::process::Command;
#[test]