diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 263a462..ff08654 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,15 +1,12 @@ -name: Cargo Build & Test +name: CI -on: - push: - pull_request: +on: [push, pull_request] env: CARGO_TERM_COLOR: always jobs: build_and_test: - name: Rust project - latest runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 diff --git a/README.md b/README.md index 0e21c48..6e58afd 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # program-induction -[![CI](https://github.com/lorepozo/program-induction/actions/workflows/ci.yaml/badge.svg)](https://github.com/lorepozo/program-induction/actions/workflows/ci.yaml) [![crates.io](https://img.shields.io/crates/v/programinduction.svg)](https://crates.io/crates/programinduction) [![docs.rs](https://docs.rs/programinduction/badge.svg)](https://docs.rs/programinduction) +[![CI](https://github.com/lorepozo/program-induction/actions/workflows/ci.yaml/badge.svg)](https://github.com/lorepozo/program-induction/actions/workflows/ci.yaml) A library for program induction and learning representations.