Skip to content

Commit

Permalink
native_tests: tweak the test platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
jumpsiegel committed Apr 24, 2024
1 parent a992fee commit f28354f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_ledgers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:

- name: build
run: |
./contrib/make-j all
EXTRAS='secp256k1 rocksdb' MACHINE=linux_clang_x86_64 ./contrib/make-j all
- name: make ${{ matrix.test_case }}
run: |
sudo prlimit --pid $$ --memlock=-1:-1
make ${{ matrix.test_case }}
EXTRAS='secp256k1 rocksdb' MACHINE=linux_clang_x86_64 make ${{ matrix.test_case }}

0 comments on commit f28354f

Please sign in to comment.