mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
do not allow casting a type to itself
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user