diff options
author | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2020-01-29 09:20:43 +0100 |
---|---|---|
committer | Dirkjan Ochtman <dirkjan@ochtman.nl> | 2020-01-29 09:25:59 +0100 |
commit | 7bc4dd00ca708a8c79d21877a0773cb10d304ae5 (patch) | |
tree | f9b37b76cd2c2b62ac3cd057dd07975485063c05 /.github/workflows | |
parent | 58a33c9b26be0cd25cc39d6421eb6e6491c27865 (diff) | |
download | askama-7bc4dd00ca708a8c79d21877a0773cb10d304ae5.tar.gz askama-7bc4dd00ca708a8c79d21877a0773cb10d304ae5.tar.bz2 askama-7bc4dd00ca708a8c79d21877a0773cb10d304ae5.zip |
Capitalize test job names
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/rust.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 3c7fab9..3fc011c 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -6,7 +6,7 @@ on: pull_request: jobs: - test: + Test: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] @@ -89,7 +89,7 @@ jobs: cargo test --package askama_rocket --all-targets cargo clippy --package askama_rocket --all-targets -- -D warnings - lint: + Lint: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 |