1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

ci: add a step to test libsodium

This commit is contained in:
Delyan Angelov
2021-07-13 19:38:05 +03:00
parent f4d4f56d97
commit 5589c18b6b

View File

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