diff --git a/.github/workflows/cargo_test.yml b/.github/workflows/cargo_test.yml index 0b9b196..0e5077f 100644 --- a/.github/workflows/cargo_test.yml +++ b/.github/workflows/cargo_test.yml @@ -2,7 +2,7 @@ name: Cargo Test on: - push: + pull_request: env: CARGO_TERM_COLOR: always diff --git a/.github/workflows/m1_tests.yml b/.github/workflows/m1_tests.yml deleted file mode 100644 index e69de29..0000000 diff --git a/Cargo.toml b/Cargo.toml index 95b785b..1b8d6d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,6 @@ name = "concrete-ntt" version = "0.1.0" edition = "2021" -authors = ["sarah el kazdadi "] description = "Concrete-NTT is a pure Rust high performance number theoretic transform library." readme = "README.md" repository = "https://github.com/zama-ai/concrete-ntt"