diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 417a56e..3d5cd7d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -35,8 +35,8 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} args: --all-features - build_web: - name: Build Web + check_web: + name: Check Web runs-on: ubuntu-latest steps: - uses: actions/checkout@v2