diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b744e3d..e591b10 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,12 +3,14 @@ name: Build and test on: push: branches: [ "master" ] + pull_request: + branches: [ "master" ] env: CARGO_TERM_COLOR: always jobs: - build: + build-and-test: runs-on: ubuntu-latest