Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
zerosnacks committed Mar 26, 2024
1 parent a64c91a commit d9ff19d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ jobs:
# Run the examples with the current version of Alloy
for example in $examples; do
echo "Running: $example ..."
cargo run --example $example --quiet 1>/dev/null
if [ $? -ne 0 ]; then
Expand All @@ -64,8 +62,6 @@ jobs:
# Run the examples with the latest version of Alloy
for example in $examples; do
echo "Running: $example ..."
cargo run --example $example --quiet 1>/dev/null
if [ $? -ne 0 ]; then
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ jobs:
# Run the examples
for example in $examples; do
echo "Running: $example ..."
cargo run --example $example --quiet 1>/dev/null
if [ $? -ne 0 ]; then
Expand Down

0 comments on commit d9ff19d

Please sign in to comment.