diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 56d7d5ee1..5409e47e6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,10 +1,10 @@ +name: Continuous integration + on: push: - branches: - - staging - - trying - -name: Continuous integration + branches: [ master ] + pull_request: + branches: [ master ] jobs: ci: @@ -39,12 +39,12 @@ jobs: command: bench args: --no-run - - uses: actions-rs/cargo@v1 - with: - command: fmt - args: -- --check + # - uses: actions-rs/cargo@v1 + # with: + # command: fmt + # args: -- --check - - uses: actions-rs/cargo@v1 - with: - command: clippy - args: --all-targets -- -D warnings + # - uses: actions-rs/cargo@v1 + # with: + # command: clippy + # args: --all-targets -- -D warnings diff --git a/bors.toml b/bors.toml deleted file mode 100644 index 6a1baf1e7..000000000 --- a/bors.toml +++ /dev/null @@ -1,3 +0,0 @@ -status = ["ci (stable)"] -# 4 hours timeout -timeout-sec = 14400