Skip to content

Commit

Permalink
Merge pull request #4167 from facebook/ci_m32test_faster
Browse files Browse the repository at this point in the history
attempt to make 32-bit tests faster
  • Loading branch information
Cyan4973 authored Oct 12, 2024
2 parents 8c38bda + e674035 commit def3ee9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/dev-long-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,12 @@ jobs:
READFROMBLOCKDEVICE: 1
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v4.1.1
- name: make test
- name: make test # note: `make -j test success` seems to require a clean state
run: |
sudo apt-get -qqq update
make libc6install
CFLAGS="-m32" make test
make clean
CFLAGS="-m32 -O2" make -j test V=1
no-intrinsics-fuzztest:
runs-on: ubuntu-latest
Expand Down

0 comments on commit def3ee9

Please sign in to comment.