diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 263ed5a..58d4577 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: Rust on: push: - branches: [ master ] + branches: [ master, testing ] env: CARGO_TERM_COLOR: always