cedar-policy / cedar-go

Apache License 2.0
44 stars 7 forks source link

IDX-65: Set default shell to bash #20

Closed patjakdev closed 3 days ago

patjakdev commented 3 days ago

Issue #, if available: IDX-65

Description of changes:

This sets the -o pipefail behavior that you might expect to be a default (see https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#exit-codes-and-error-action-preference). Without this setting, go test -count=1 -v -tags corpus ./integration_tests/... | tail will always return a success error code.