Skip to content

Add types to convert to string #14

Add types to convert to string

Add types to convert to string #14

Workflow file for this run

name: Test goeql
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
name: Run test suite
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version-file: go.mod
cache-dependency-path: |
go.mod
- name: Get dependencies
run: |
go get -v -t ./...
make cidep
- name: Test
run: |
make test