diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fe9b27c..4e14231 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,9 +1,9 @@ on: pull_request -name: Continuous integration +name: CI jobs: - ci: + cargo_test: runs-on: ${{ matrix.os }} strategy: matrix: