Skip to content

Commit

Permalink
ci: tesh.sh temp use zig build alone
Browse files Browse the repository at this point in the history
  • Loading branch information
nilslice committed Sep 9, 2024
1 parent d3aebcb commit 2327602
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ for file in ./schemas/*.yaml; do
rm -rf output
xtp plugin init --schema-file $file --template ../bundle --path output -y --feature stub-with-code-samples --name output
cd output
xtp plugin build
# xtp plugin build
zig build
cd ..
done

0 comments on commit 2327602

Please sign in to comment.