Skip to content

Commit c84ffa3

Browse files
committed
build: output mise tools configuration
1 parent c43fc48 commit c84ffa3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/test-eql.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,13 @@ jobs:
5353
5454
- name: Test EQL for Postgres ${{ matrix.postgres-version }}
5555
run: |
56+
echo '###################################'
57+
echo '# mise rust'
58+
echo '###################################'
59+
echo
60+
mise ls --json --verbose rust
61+
mise config get tools.rust
62+
5663
echo '###################################'
5764
echo '# toolchains'
5865
echo '###################################'

0 commit comments

Comments
 (0)