Skip to content

Commit c43fc48

Browse files
committed
build: quick question: what the fuck is going on
1 parent 16d6a29 commit c43fc48

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

.github/workflows/test-eql.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,23 @@ jobs:
5353
5454
- name: Test EQL for Postgres ${{ matrix.postgres-version }}
5555
run: |
56+
echo '###################################'
57+
echo '# toolchains'
58+
echo '###################################'
59+
echo
60+
rustup toolchain list
61+
62+
echo '###################################'
63+
echo '# targets'
64+
echo '###################################'
65+
echo
66+
rustup target list --installed
67+
68+
echo '###################################'
69+
echo '# toolchains'
70+
echo '###################################'
71+
echo
72+
rustup component list --installed
73+
74+
# rustup component add --toolchain 1.91.0-x86_64-unknown-linux-gnu rustfmt
5675
mise run --output prefix test --postgres ${POSTGRES_VERSION}

tasks/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ echo ""
2121

2222
# Build first
2323
echo "Building EQL..."
24-
mise run build --force
24+
mise run --output prefix build --force
2525

2626
# Run lints on sqlx tests
2727
echo ""

0 commit comments

Comments
 (0)