We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 117e621 commit 18fb019Copy full SHA for 18fb019
recipes/ExtraMojo/recipe.yaml
@@ -1,14 +1,14 @@
1
context:
2
- version: "0.18.0"
3
- mojo_version: "=0.25.6"
+ version: "0.19.0"
+ mojo_version: "=0.25.7"
4
5
package:
6
name: "extramojo"
7
version: ${{ version }}
8
9
source:
10
- git: https://github.com/ExtraMojo/ExtraMojo.git
11
- rev: 01b09557f73fb3a1a64bf48d3ef39fa826b24703
+ rev: 6afbfc66b7d9840c82a20ea1090443934e31b673
12
# path: .
13
# use_gitignore: true
14
@@ -28,8 +28,7 @@ tests:
28
- script:
29
- if: unix
30
then:
31
- - mojo run -I . tests/test_file.mojo
32
- - mojo test -I . tests
+ - sh -c 'find ./tests -name test_*.mojo | xargs -I % pixi run mojo run -I . -D ASSERT=all %'
33
requirements:
34
build:
35
- mojo ${{ mojo_version }}
0 commit comments