Skip to content

Commit

Permalink
Add motoko factorial test to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
dansteren committed May 19, 2022
1 parent 564db8d commit c235f1e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ name: Azle Tests
on:
push:
branches:
- main
- main
pull_request: # Runs on pull requests to any branch
jobs:
release-candidate-deploy:
Expand Down Expand Up @@ -67,6 +67,7 @@ jobs:
"examples/management_canister",
"examples/motoko_examples/calc",
"examples/motoko_examples/counter",
"examples/motoko_examples/factorial",
"examples/motoko_examples/quicksort",
"examples/optional_types",
"examples/pre_and_post_upgrade",
Expand Down Expand Up @@ -172,4 +173,4 @@ jobs:
runs-on: ubuntu-latest
if: failure()
steps:
- run: exit 1
- run: exit 1

0 comments on commit c235f1e

Please sign in to comment.