Skip to content

Commit

Permalink
feat(ci, tests): adding a CI job to run the repl tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperFola committed Jan 25, 2025
1 parent 741bbec commit 9dc6a45
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,16 @@ jobs:
chmod u+x ./lib/modules/.github/run-tests
(./lib/modules/.github/run-tests src)
- uses: actions/setup-python@v5
with:
python-version: '3.13'

- name: REPL tests
shell: bash
run: |
pip install -r tests/repl/requirements.txt
python3 tests/repl/test.py
fuzzing:
runs-on: ubuntu-24.04
name: Fuzz testing
Expand Down
1 change: 1 addition & 0 deletions tests/repl/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pexpect

0 comments on commit 9dc6a45

Please sign in to comment.