run has some inputs change in 1.11.0 i couldn't quickly grok. build tests it builds, however.

closes #5747
This commit is contained in:
Jacob Heider 2024-03-30 14:44:57 -04:00
parent 6188c85f79
commit 32f00e1103
No known key found for this signature in database
GPG key ID: 59D15ADC7DCD39BB

View file

@ -18,5 +18,5 @@ test:
script:
- leo new helloworld
- cd helloworld
- leo run | grep "Compiled 'main.leo' into Aleo instructions"
- leo build | grep "Compiled 'main.leo' into Aleo instructions"
- leo --version | grep {{version}}