We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c43fc48 commit c84ffa3Copy full SHA for c84ffa3
.github/workflows/test-eql.yml
@@ -53,6 +53,13 @@ jobs:
53
54
- name: Test EQL for Postgres ${{ matrix.postgres-version }}
55
run: |
56
+ echo '###################################'
57
+ echo '# mise rust'
58
59
+ echo
60
+ mise ls --json --verbose rust
61
+ mise config get tools.rust
62
+
63
echo '###################################'
64
echo '# toolchains'
65
0 commit comments