aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-06-06 09:22:18 +0000
committerGitHub2021-06-06 09:22:18 +0000
commit392631b21df0d49e56322f26ca78e0ef2d9f8789 (patch)
tree88933644f3b198d73f880ac365e90a368cefec17 /.github/workflows/build.yml
parentce99ecc7a2ccb77bc1e1513ff4c7bfbb7b80b996 (diff)
Update build.yml
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 3e393bd9..bd0f667b 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -87,8 +87,9 @@ jobs:
command: test
strategy:
- os: [ubuntu-latest, macos-latest, windows-latest]
- rust: [stable, nightly]
+ matrix:
+ os: [ubuntu-latest, macos-latest, windows-latest]
+ rust: [stable, nightly]
lints:
name: Lints