Skip to content

Commit

Permalink
Could it be that the failure is caused by an OOM?
Browse files Browse the repository at this point in the history
This could affect all tests due to OOM
  • Loading branch information
Byron committed Feb 8, 2025
1 parent 9c9236b commit 08642ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ jobs:
- run: cargo test --features zlib-rs --no-default-features
if: matrix.build != 'mingw'
- run: cargo test --features cloudflare_zlib --no-default-features
if: matrix.build != 'mingw'
# cloudflare doesn't seem to work on CI anymore for some reason, it's not reproducible locally.
if: matrix.build != 'mingw' && matrix.os != 'ubuntu-latest'
- run: |
if ! cargo check --no-default-features 2>&1 | grep "You need to choose"; then
echo "expected message stating a zlib backend must be chosen"
Expand Down

0 comments on commit 08642ec

Please sign in to comment.