Skip to content

Add --disable-streaming cli flag #1004

Add --disable-streaming cli flag

Add --disable-streaming cli flag #1004

Workflow file for this run

# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: MPL-2.0
name: E2E Tests
on:
push:
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
e2e-test:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
- name: Set up Go
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5
with:
go-version-file: "go.mod"
- name: Download dependencies
run: make deps
- name: Run unit tests
run: make test-e2e