Skip to content

Commit 14169ea

Browse files
committed
Include nightly to github CI tests
1 parent 5a7ad9f commit 14169ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
strategy:
107107
matrix:
108108
os: [ubuntu-18.04, macos-latest, windows-latest]
109-
rust: [stable]
109+
rust: [stable, nightly]
110110
lua: [lua54, lua53, lua52, lua51, luajit]
111111
include:
112112
- os: ubuntu-18.04
@@ -141,7 +141,7 @@ jobs:
141141
strategy:
142142
matrix:
143143
os: [ubuntu-18.04, macos-latest]
144-
rust: [stable]
144+
rust: [stable, nightly]
145145
lua: [lua54, lua53, lua52, lua51, luajit]
146146
include:
147147
- os: ubuntu-18.04

0 commit comments

Comments
 (0)