ci: add a step to test libsodium
parent
f4d4f56d97
commit
5589c18b6b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue