Skip to content

Handle informed trip descriptors with empty trip ids and non-empty ro… #117

Handle informed trip descriptors with empty trip ids and non-empty ro…

Handle informed trip descriptors with empty trip ids and non-empty ro… #117

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup go
uses: actions/setup-go@v2
with:
go-version: '1.18.0'
- name: Run tests
run: go test ./...