From ed80038508cce1cc876bd5165972e8f6d8be66ac Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= <joamag@gmail.com>
Date: Tue, 6 Dec 2022 18:13:05 +0000
Subject: [PATCH] feat: added nightly rust build

---
 .github/workflows/main.yml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 8c9b794e..b357a90c 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -16,7 +16,8 @@ jobs:
           "1.63.0",
           "1.64.0",
           "1.65.0",
-          "latest"
+          "latest",
+          "nightly"
         ]
     runs-on: ubuntu-latest
     container: rust:${{ matrix.rust-version }}
@@ -42,7 +43,8 @@ jobs:
           "1.63.0",
           "1.64.0",
           "1.65.0",
-          "latest"
+          "latest",
+          "nightly"
         ]
     runs-on: ubuntu-latest
     container: rust:${{ matrix.rust-version }}
-- 
GitLab