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

update 0.2 roadmap

This commit is contained in:
Alexander Medvednikov
2019-12-06 12:46:44 +03:00
parent 353805e170
commit bdaa421e8a
2 changed files with 4 additions and 3 deletions

View File

@@ -41,6 +41,7 @@ jobs:
run: |
brew services start postgresql
sleep 3
psql -c 'select rolname from pg_roles'
psql -U postgres -c 'create database customerdb;'
psql -d customerdb -f examples/database/pg/mydb.sql
- name: Test v->c