aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-06-07 00:20:36 +0000
committerBlaž Hrastnik2021-06-07 00:20:36 +0000
commitd9b2f6feacb08f3b902deafcffb6b64059afee35 (patch)
tree2f6007c076d24949c7150ddc0ba3885bf0b6ace7 /.github/workflows/build.yml
parent582f1ee9d897da99ea2248e506da5cfd99616435 (diff)
Only test on stable rust
Shorter CI times, and it should be good enough.
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml2
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