Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Commit

Permalink
revert testing
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Nguyen <nathan.nguyen@evernym.com>
  • Loading branch information
Nathan Nguyen authored and dcmiddle committed Jun 2, 2021
1 parent f86fcb6 commit 92d7521
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/rust.yml
Expand Up @@ -39,12 +39,6 @@ jobs:

- name: Tests
run: cargo test --release

- name: Libursa Build
run: cargo build --verbose --manifest-path=libursa/Cargo.toml

- name: Libursa Tests
run: cargo test --release --manifest-path=libursa/Cargo.toml
# disabled in AZP
#
# Portable:
Expand Down
4 changes: 0 additions & 4 deletions Cargo.toml
Expand Up @@ -21,10 +21,6 @@ crate-type = ["cdylib", "staticlib", "rlib"]
lto = true

[workspace]
exclude = [
"libursa",
"libzmix",
]
members = [
"ursa_accumulators",
"ursa_core",
Expand Down

0 comments on commit 92d7521

Please sign in to comment.