Always intall moduli.
Allows us to run tests without falling back to a fixed modulus. Ensure that the directory exists.
This commit is contained in:
@@ -38,8 +38,8 @@ jobs:
|
||||
run: ./.github/configure.sh ${{ matrix.configs }}
|
||||
- name: make
|
||||
run: make -j2
|
||||
- name: copy moduli
|
||||
run: sudo cp moduli /usr/local/etc/
|
||||
- name: install moduli
|
||||
run: sudo sh -c "mkdir -p /usr/local/etc/; cp moduli /usr/local/etc/"
|
||||
- name: make tests
|
||||
run: ./.github/run_test.sh ${{ matrix.configs }}
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user