Add example proving knowledge of cubic equation solution (#26)

This commit is contained in:
Jakub Konka
2020-09-16 18:41:13 +02:00
committed by GitHub
parent 65b3e69a47
commit 7b102a241f
3 changed files with 149 additions and 1 deletions

View File

@@ -14,8 +14,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install
run: rustup default nightly
run: rustup default nightly-2020-09-15
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Build examples
run: cargo build --examples --verbose