From 3516e2dd6b333beb51edd90a5f1aeee1b846691f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ram=C3=B3n=20Jim=C3=A9nez?= Date: Fri, 16 Aug 2019 01:49:38 +0200 Subject: [PATCH] Update `README` --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ac905ed..0be3f72 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,9 @@ Sets up a specific Rust toolchain for use in your GitHub Actions workflows. Provide a `rust-version` with the desired toolchain version to install. +You can combine it with `matrix` to test different Rust toolchains in different +platforms! + ```yml name: Test on: [push]