diff --git a/.github/actions/action.yml b/.github/actions/action.yml index c7f8a38..8244d3a 100644 --- a/.github/actions/action.yml +++ b/.github/actions/action.yml @@ -14,5 +14,5 @@ runs: shell: bash - run: chmod +x gatling shell: bash - - run: ./gatling shoot -c ${{ inputs.config_path }} + - run: RUST_LOG=info ./gatling shoot -c ${{ inputs.config_path }} shell: bash