diff --git a/recipes/ExtraMojo/recipe.yaml b/recipes/ExtraMojo/recipe.yaml index 56bbeaec..3da3ab3d 100644 --- a/recipes/ExtraMojo/recipe.yaml +++ b/recipes/ExtraMojo/recipe.yaml @@ -1,6 +1,6 @@ context: - version: "0.18.0" - mojo_version: "=0.25.6" + version: "0.19.0" + mojo_version: "=0.25.7" package: name: "extramojo" @@ -8,7 +8,7 @@ package: source: - git: https://github.com/ExtraMojo/ExtraMojo.git - rev: 01b09557f73fb3a1a64bf48d3ef39fa826b24703 + rev: 6afbfc66b7d9840c82a20ea1090443934e31b673 # path: . # use_gitignore: true @@ -28,8 +28,7 @@ tests: - script: - if: unix then: - - mojo run -I . tests/test_file.mojo - - mojo test -I . tests + - sh -c 'find ./tests -name test_*.mojo | xargs -I % pixi run mojo run -I . -D ASSERT=all %' requirements: build: - mojo ${{ mojo_version }}