Skip to content

Commit

Permalink
ci: add integration tests (#137)
Browse files Browse the repository at this point in the history
Signed-off-by: tison <wander4096@gmail.com>
  • Loading branch information
tisonkun authored Mar 29, 2024
1 parent 38312bc commit 6a159b1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,18 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- shell: bash
- name: Dog feed license check
shell: bash
run: |
cargo run --bin hawkeye -- -V
cargo run --bin hawkeye -- check
- uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Run integration tests
shell: bash
run: ./tests/it.py

gha:
# GitHub Actions with Docker is only supported on Linux runners now.
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6a159b1

Please sign in to comment.