Skip to content

Commit

Permalink
avoid pre-building
Browse files Browse the repository at this point in the history
  • Loading branch information
zerosnacks committed Oct 10, 2024
1 parent f395c8b commit 35a806c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ jobs:
| xargs -n1 echo
)"
# Build the examples
cargo build --examples --quiet
# Run the examples with the current version of Alloy
for example in $examples; do
cargo run --example $example --quiet 1>/dev/null
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,6 @@ jobs:
| xargs -n1 echo
)"
# Build the examples
cargo build --examples --quiet
# Run the examples
for example in $examples; do
cargo run --example $example --quiet 1>/dev/null
Expand Down

0 comments on commit 35a806c

Please sign in to comment.