mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
attempt to make 32-bit tests faster
this is the longest CI test, reaching ~40mn on last PR
This commit is contained in:
parent
8c38bda935
commit
1024aa9252
1 changed files with 1 additions and 1 deletions
2
.github/workflows/dev-long-tests.yml
vendored
2
.github/workflows/dev-long-tests.yml
vendored
|
|
@ -50,7 +50,7 @@ jobs:
|
|||
run: |
|
||||
sudo apt-get -qqq update
|
||||
make libc6install
|
||||
CFLAGS="-m32" make test
|
||||
CFLAGS="-m32 -O1" make test V=1
|
||||
|
||||
no-intrinsics-fuzztest:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue