From 8cc435f25364a6bdbfabc1d49312f787b1498e6e Mon Sep 17 00:00:00 2001 From: Lzu Tao Date: Tue, 30 Apr 2024 19:48:50 +0700 Subject: [PATCH] ci: build all branches --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fee4f67b..5b173fa1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: Rust on: push: branches: - - 'master' + - '*' - '!gh-pages' pull_request: @@ -40,6 +40,7 @@ jobs: shell: bash if: matrix.mingw_dir - run: cargo build + - run: cargo build --features nightly - run: cargo build --all-targets - run: cargo test - run: cargo test --no-default-features