overhauling the library, made tests pass
This commit is contained in:
parent
5da36ecdf4
commit
7c04aff416
7 changed files with 774 additions and 617 deletions
|
|
@ -1,6 +1,6 @@
|
|||
image: "scorpil/rust:stable"
|
||||
image: "scorpil/rust:nightly"
|
||||
|
||||
test:cargo:
|
||||
script:
|
||||
- rustc --version && cargo --version
|
||||
- cargo test --verbose --jobs 1 --release
|
||||
- cargo test --verbose --jobs 1 --release
|
||||
|
|
|
|||
Loading…
Reference in a new issue