Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions recipes/ExtraMojo/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
context:
version: "0.18.0"
mojo_version: "=0.25.6"
version: "0.19.0"
mojo_version: "=0.25.7"

package:
name: "extramojo"
version: ${{ version }}

source:
- git: https://github.com/ExtraMojo/ExtraMojo.git
rev: 01b09557f73fb3a1a64bf48d3ef39fa826b24703
rev: 6afbfc66b7d9840c82a20ea1090443934e31b673
# path: .
# use_gitignore: true

Expand All @@ -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 }}
Expand Down