Skip to content

Commit

Permalink
Execute integration tests on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
martis42 committed May 28, 2023
1 parent fe885f0 commit 0219102
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
run: bazel test //src/... //test/aspect:all
- name: Execute Mypy
run: bazel build --config=mypy //src/... //test/aspect:all
- name: Integration Tests
run: ./test/aspect/execute_tests.py

# tests:
# runs-on: ubuntu-20.04
Expand Down

0 comments on commit 0219102

Please sign in to comment.