diff options
author | fx <[email protected]> | 2023-10-16 17:52:17 +0200 |
---|---|---|
committer | fx <[email protected]> | 2023-10-16 17:52:17 +0200 |
commit | 48943e0de28b99d7f108e96b7d250bbf1a6c5a5b (patch) | |
tree | b33a42de5a0534b48d2ada828ecde40e8d216bfe /.github/workflows/pull_request.yml | |
parent | aa6e227d6c92fe908e24df72c8e9f0a3aa5a2784 (diff) | |
download | webol-48943e0de28b99d7f108e96b7d250bbf1a6c5a5b.tar webol-48943e0de28b99d7f108e96b7d250bbf1a6c5a5b.tar.gz webol-48943e0de28b99d7f108e96b7d250bbf1a6c5a5b.zip |
update readme with defaults
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 |