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:
Darren Tucker 2021-02-18 10:05:03 +11:00
parent 5c8f41ad10
commit 1c293868e4
2 changed files with 4 additions and 2 deletions

View File

@ -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:

View File

@ -49,6 +49,8 @@ jobs:
config.log
- name: make
run: vmrun make
- name: install moduli
run: sudo sh -c "mkdir -p /usr/local/etc/; cp moduli /usr/local/etc/"
- name: make tests
run: vmrun ./.github/run_test.sh ${{ matrix.configs }}
- name: save regress logs