Skip to content

Commit

Permalink
chore: Use the renamed version of kurtestosis (#170)
Browse files Browse the repository at this point in the history
*Description*

- `kurtestosis` has been renamed & migrated to
[`kurtosis-test`](https://github.com/ethereum-optimism/kurtosis-test)
  • Loading branch information
janjakubnanista authored Feb 12, 2025
1 parent 069b11d commit 1b19938
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/per-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion mise.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[tools]

# Core dependencies
"ubi:ethereum-optimism/kurtestosis" = "0.0.5"
"ubi:ethereum-optimism/kurtosis-test" = "0.0.1"

0 comments on commit 1b19938

Please sign in to comment.