diff options
author | Blaž Hrastnik | 2021-06-07 00:20:36 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-06-07 00:20:36 +0000 |
commit | d9b2f6feacb08f3b902deafcffb6b64059afee35 (patch) | |
tree | 2f6007c076d24949c7150ddc0ba3885bf0b6ace7 | |
parent | 582f1ee9d897da99ea2248e506da5cfd99616435 (diff) |
Only test on stable rust
Shorter CI times, and it should be good enough.
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bd0f667b..3d82c609 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -89,7 +89,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - rust: [stable, nightly] + rust: [stable] lints: name: Lints |