Add encryption test with rage

This commit is contained in:
Jack Grigg
2023-01-02 12:18:31 +00:00
parent bf437663af
commit 3408998283
4 changed files with 746 additions and 10 deletions
+2
View File
@@ -30,6 +30,8 @@ jobs:
- name: Install build dependencies
run: sudo apt install ${{ matrix.build_deps }}
if: matrix.build_deps != ''
- name: Install test dependencies
run: cargo install rage
- name: cargo fetch
uses: actions-rs/cargo@v1
with: