diff options
Diffstat (limited to '.github/workflows/pull_request.yml')
-rw-r--r-- | .github/workflows/pull_request.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 4466d7c..9a1d005 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml | |||
@@ -12,7 +12,7 @@ env: | |||
12 | CARGO_TERM_COLOR: always | 12 | CARGO_TERM_COLOR: always |
13 | 13 | ||
14 | jobs: | 14 | jobs: |
15 | build: | 15 | test: |
16 | runs-on: ubuntu-latest | 16 | runs-on: ubuntu-latest |
17 | steps: | 17 | steps: |
18 | - name: Run sccache-cache | 18 | - name: Run sccache-cache |