mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
update 0.2 roadmap
This commit is contained in:
parent
353805e170
commit
bdaa421e8a
2 changed files with 4 additions and 3 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue