From ed6214da7cad5778f4d5b407c73c791ac76145f7 Mon Sep 17 00:00:00 2001 From: cgmossa Date: Wed, 29 Nov 2023 16:39:20 +0100 Subject: [PATCH] debug --- .github/workflows/test.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1f37272850..01d5f240ce 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,6 +15,9 @@ on: # ci-cargo does not handle correctly -- separator, so wrap it in quotes ('--') # A special named parameter called `ActionName` can be used to set the name of current ci-cargo action, # used as `ci-cargo .... -ActionName "Called for documentation purposes"`. +env: + ACTIONS_STEP_DEBUG: true + jobs: # All tests under this job are run with pre-computed libR-sys bindings. tests_no_bindgen: