Skip to content

Commit 18fb019

Browse files
sstadickyetalit
andauthored
chore: udpate extramojo to v0.19.0 (#186)
Co-authored-by: Tiyagora <98420273+yetalit@users.noreply.github.com>
1 parent 117e621 commit 18fb019

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

recipes/ExtraMojo/recipe.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
context:
2-
version: "0.18.0"
3-
mojo_version: "=0.25.6"
2+
version: "0.19.0"
3+
mojo_version: "=0.25.7"
44

55
package:
66
name: "extramojo"
77
version: ${{ version }}
88

99
source:
1010
- git: https://github.com/ExtraMojo/ExtraMojo.git
11-
rev: 01b09557f73fb3a1a64bf48d3ef39fa826b24703
11+
rev: 6afbfc66b7d9840c82a20ea1090443934e31b673
1212
# path: .
1313
# use_gitignore: true
1414

@@ -28,8 +28,7 @@ tests:
2828
- script:
2929
- if: unix
3030
then:
31-
- mojo run -I . tests/test_file.mojo
32-
- mojo test -I . tests
31+
- sh -c 'find ./tests -name test_*.mojo | xargs -I % pixi run mojo run -I . -D ASSERT=all %'
3332
requirements:
3433
build:
3534
- mojo ${{ mojo_version }}

0 commit comments

Comments
 (0)