Skip to content

Commit 4f595ad

Browse files
committed
ci: Update checks
1 parent db144f7 commit 4f595ad

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -127,13 +127,7 @@ jobs:
127127
LUX_VERSION=${{ startsWith(matrix.otp, '24') && 'lux-2.6' || '' }}
128128
file: ./Dockerfile
129129
context: .
130-
- name: Test OTP 27 Image (Rust Toolchain should be installed)
131-
if: startsWith(matrix.otp, '27')
130+
- name: All OTP Image (Rust Toolchain should be installed)
132131
run: |
133132
docker run --rm test-image:latest bash -c 'rustup toolchain list' | \
134133
grep "1.88.0"
135-
- name: Test non-OTP 27 Image (Rust Toolchain should NOT be installed)
136-
if: "!startsWith(matrix.otp, '27')"
137-
run: |
138-
docker run --rm test-image:latest bash -c 'rustup toolchain list' | \
139-
grep "no installed toolchains"

0 commit comments

Comments
 (0)