Skip to content

Commit

Permalink
workflows: Run self-tests in the CI workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Jussi Kukkonen <[email protected]>
  • Loading branch information
jku committed Jul 12, 2024
1 parent 54d09eb commit 1e633e8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@ on:
workflow_dispatch:
name: CI
jobs:
self-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

- name: Install test suite and dependencies
run: make dev

- name: Run self-tests
run: make self-tests

test-python:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 1e633e8

Please sign in to comment.