diff options
| author | Jen-Chieh Shen <jcs090218@gmail.com> | 2022-04-28 03:28:58 +0800 |
|---|---|---|
| committer | Jen-Chieh Shen <jcs090218@gmail.com> | 2022-04-28 03:28:58 +0800 |
| commit | d0072d6033da0866659987099ecfbf8877e0c0e8 (patch) | |
| tree | 32101fabba3faa1e9d6e0ee864199a1a68717f6a /.github | |
| parent | c29c1f78886e115ac33cc7704c85eca487a6d1e8 (diff) | |
| download | rust-mode-d0072d6033da0866659987099ecfbf8877e0c0e8.tar.gz | |
Rename job
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dcc875e..a970eda 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,7 +3,7 @@ name: CI on: [push, pull_request] jobs: - unix-test: + test: runs-on: ${{ matrix.os }} strategy: fail-fast: false |
