This is an automated email from the ASF dual-hosted git repository.
comphead pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new 1b63e7b3c46 Rename extended test job name (#14199)
1b63e7b3c46 is described below
commit 1b63e7b3c46f3dff8d7d90bb43bda39a2a961df3
Author: Andrew Lamb <[email protected]>
AuthorDate: Sun Jan 19 13:30:40 2025 -0500
Rename extended test job name (#14199)
---
.github/workflows/extended.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/extended.yml b/.github/workflows/extended.yml
index 1cc39ae76c8..839c0d135c4 100644
--- a/.github/workflows/extended.yml
+++ b/.github/workflows/extended.yml
@@ -50,7 +50,7 @@ jobs:
# Run extended tests (with feature 'extended_tests')
linux-test-extended:
- name: cargo test (amd64)
+ name: cargo test 'extended_tests' (amd64)
needs: linux-build-lib
runs-on: ubuntu-latest
container:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]