mirror of
https://github.com/imjasonh/testscript-rs
synced 2026-07-18 14:46:25 +00:00
add GHA workflow (#1)
* add GHA workflow Signed-off-by: Jason Hall <jason@chainguard.dev> * fix CI Signed-off-by: Jason Hall <jason@chainguard.dev> * update readme Signed-off-by: Jason Hall <jason@chainguard.dev> * add badge Signed-off-by: Jason Hall <jason@chainguard.dev> --------- Signed-off-by: Jason Hall <jason@chainguard.dev>
This commit is contained in:
parent
fa546ce09f
commit
448cf615db
16 changed files with 381 additions and 156 deletions
|
|
@ -2,16 +2,16 @@
|
|||
name = "testscript-rs"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
authors = ["Steve Klabnik <steve@steveklabnik.com>"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
authors = ["Jason Hall"]
|
||||
license = "Apache-2.0"
|
||||
description = "A Rust crate for testing command-line tools using filesystem-based script files"
|
||||
repository = "https://github.com/steveklabnik/testscript-rs"
|
||||
repository = "https://github.com/imjasonh/testscript-rs"
|
||||
keywords = ["testing", "cli", "testscript", "integration-tests"]
|
||||
categories = ["development-tools::testing"]
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
thiserror = "1.0"
|
||||
thiserror = "2.0"
|
||||
tempfile = "3.0"
|
||||
walkdir = "2.0"
|
||||
regex = "1.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue