ci: add a step to test libsodium

pull/10790/head
Delyan Angelov 2021-07-13 19:38:05 +03:00
parent f4d4f56d97
commit 5589c18b6b
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
1 changed files with 10 additions and 5 deletions

View File

@ -851,6 +851,11 @@ jobs:
run: ./v test ~/.vmodules/nedpals/vex
## vpm modules
- name: Installing V modules
run: |
./v install ui
- name: Install UI through VPM
run: ./v install ui
## libsodium
- name: Installl libsodium through VPM
run: ./v install libsodium
- name: Test libsodium
run: ./v test ~/.vmodules/libsodium