mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
remove unnecessary casts everywhere
This commit is contained in:
parent
d7ccbba2c9
commit
f51784ee01
8 changed files with 38 additions and 33 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -41,8 +41,8 @@ jobs:
|
|||
run: |
|
||||
brew services start postgresql
|
||||
sleep 3
|
||||
psql -c -d postgres 'select rolname from pg_roles'
|
||||
psql -U postgres -c 'create database customerdb;'
|
||||
psql -c -d postgres -c 'select rolname from pg_roles'
|
||||
psql -U postgres -d postgres -c 'create database customerdb;'
|
||||
psql -d customerdb -f examples/database/pg/mydb.sql
|
||||
- name: Test v->c
|
||||
run: ./v test-compiler
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue