This website works better with JavaScript.
Home
Explore
Help
Sign In
kris
/
pqc
Watch
1
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix rust bindings
kyber
Henry Case
3 years ago
parent
64dc00767e
commit
730b2c7d47
1 changed files
with
3 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
.github/workflows/main.yml
+ 3
- 0
.github/workflows/main.yml
View File
@@ -21,3 +21,6 @@ jobs:
- name: run tests
- name: run tests
run: |
run: |
cd build && ./ut
cd build && ./ut
- name: Build Rust bindings
run: |
cd src/rustapi/pqc-sys && cargo build
Write
Preview
Loading…
Cancel
Save