mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-07-08 15:49:25 -04:00
Updated github test workflow
This commit is contained in:
parent
05b9a80a07
commit
1d27fae370
1 changed files with 3 additions and 1 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -29,7 +29,9 @@ jobs:
|
|||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: 3.x
|
||||
- run: make test
|
||||
- run: |
|
||||
python -m pip install -q cryptography
|
||||
make test
|
||||
|
||||
package:
|
||||
needs: test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue