fixed size array with const length ([N]int)

This commit is contained in:
Alexander Medvednikov 2019-12-06 02:38:35 +03:00
parent be323e2fb6
commit aed22a57e3
5 changed files with 17 additions and 9 deletions

View file

@ -39,6 +39,7 @@ jobs:
run: sudo ./v symlink
- name: Set up pg database
run: |
brew services start postgresql
psql -U postgres -c 'create database customerdb;'
psql -d customerdb -f examples/database/pg/mydb.sql
- name: Test v->c