mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
fixed size array with const length ([N]int
)
This commit is contained in:
parent
be323e2fb6
commit
aed22a57e3
5 changed files with 17 additions and 9 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue