mirror of
https://github.com/ent/ent.git
synced 2026-04-28 05:30:56 +03:00
cmd/ent: hide the --idtype flag from generate command (#3490)
The --idtype flag predates the field.<Type>(id) option. See, https://entgo.io/docs/schema-fields\#id-field.
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -50,6 +50,9 @@ jobs:
|
||||
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
|
||||
restore-keys: |
|
||||
${{ runner.os }}-go-
|
||||
- name: Run cmd tests
|
||||
run: go test -race ./...
|
||||
working-directory: cmd
|
||||
- name: Run dialect tests
|
||||
run: go test -race ./...
|
||||
working-directory: dialect
|
||||
|
||||
Reference in New Issue
Block a user