diff options
| author | J08nY | 2024-06-04 17:26:00 +0200 |
|---|---|---|
| committer | J08nY | 2024-06-04 17:26:42 +0200 |
| commit | abc889d4fd8f5c104f3367a788e3c766138b25fd (patch) | |
| tree | 0ca72b8a0e3c9f737e540da5844c352a144da8e4 /.github/workflows | |
| parent | 618deff9313f1b4ee91d8fe028d7103bfe95144b (diff) | |
| download | pyecsca-abc889d4fd8f5c104f3367a788e3c766138b25fd.tar.gz pyecsca-abc889d4fd8f5c104f3367a788e3c766138b25fd.tar.zst pyecsca-abc889d4fd8f5c104f3367a788e3c766138b25fd.zip | |
Add testing of (some) notebooks.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/test.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2e01659..8a31b88 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -55,6 +55,9 @@ jobs: - name: Test run: | make test + - name: Test notebooks + run: | + make test-notebooks - name: Code coverage uses: codecov/codecov-action@v4 if: ${{ matrix.python-version == 3.9 }} |
