Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

Commit

Permalink
run tests for server-side-plan enabled and disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhouston committed May 15, 2020
1 parent e2897e8 commit da67d54
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/acceptance_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ jobs:
steps:
- uses: actions/checkout@master
- uses: engineerd/[email protected]
- name: Acceptance Tests
- name: test (server side plan enabled)
run: |
make testacc
- name: test (server side plan disabled)
env:
TESTARGS: "-server-side-plan=false"
run: |
make testacc

0 comments on commit da67d54

Please sign in to comment.