Skip to content

Commit

Permalink
testacc when testing tofu (#2719)
Browse files Browse the repository at this point in the history
* testacc when testing tofu

* add comment

* Revert "add comment"

This reverts commit 308a4a1.
  • Loading branch information
amaskara-dd authored Dec 16, 2024
1 parent e570413 commit 1a7ceba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,6 @@ jobs:
- name: Test
shell: bash
run: |
[[ -z "${TESTARGS}" ]] && echo "Skipping tests" || make testall
[[ -z "${TESTARGS}" ]] && echo "Skipping tests" || make testacc
env:
RECORD: false

0 comments on commit 1a7ceba

Please sign in to comment.