mirror of
https://github.com/vlang/v.git
synced 2025-09-19 04:17:46 -04:00
ci: add a step to test libsodium
This commit is contained in:
parent
f4d4f56d97
commit
5589c18b6b
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user