mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
do not allow casting a type to itself
This commit is contained in:
parent
a854d396ff
commit
d7ccbba2c9
5 changed files with 17 additions and 12 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -41,7 +41,7 @@ jobs:
|
|||
run: |
|
||||
brew services start postgresql
|
||||
sleep 3
|
||||
psql -c 'select rolname from pg_roles'
|
||||
psql -c -d postgres '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