From 72825c8d7bbb59c6179ee93d8a3a404d99e452eb Mon Sep 17 00:00:00 2001 From: Jan Nanista Date: Wed, 12 Feb 2025 08:09:17 -0800 Subject: [PATCH] chore: Use the renamed version of kurtestosis --- .github/workflows/per-pr.yml | 4 ++-- README.md | 4 ++-- mise.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/per-pr.yml b/.github/workflows/per-pr.yml index b70ff204..6bcce31b 100644 --- a/.github/workflows/per-pr.yml +++ b/.github/workflows/per-pr.yml @@ -55,6 +55,6 @@ jobs: - name: Install mise uses: jdx/mise-action@v2 - - name: Run kurtestosis tests - run: kurtestosis . + - name: Run kurtosis-test tests + run: kurtosis-test . diff --git a/README.md b/README.md index 0ef1182b..4108c650 100644 --- a/README.md +++ b/README.md @@ -695,11 +695,11 @@ kurtosis lint --format . #### Unit tests -We are using [`kurtestosis`](https://github.com/ethereum-optimism/kurtestosis) to run a set of unit tests against the starlark code: +We are using [`kurtosis-test`](https://github.com/ethereum-optimism/kurtosis-test) to run a set of unit tests against the starlark code: ```bash # To run all unit tests -kurtestosis . +kurtosis-test . ``` The tests can be found in `*_test.star` scripts located in the `test` directory. diff --git a/mise.toml b/mise.toml index 30f93eca..54a713cb 100644 --- a/mise.toml +++ b/mise.toml @@ -1,4 +1,4 @@ [tools] # Core dependencies -"ubi:ethereum-optimism/kurtestosis" = "0.0.5" \ No newline at end of file +"ubi:ethereum-optimism/kurtosis-test" = "0.0.1" \ No newline at end of file