mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-07-29 09:38:45 -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
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: 3.x
|
python-version: 3.x
|
||||||
- run: make test
|
- run: |
|
||||||
|
python -m pip install -q cryptography
|
||||||
|
make test
|
||||||
|
|
||||||
package:
|
package:
|
||||||
needs: test
|
needs: test
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue