ci: build both in stable and nightly Rust

This commit is contained in:
Mikolaj Wielgus 2024-05-25 21:54:48 +02:00
parent f062e2f34e
commit 9502c05008
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
matrix: matrix:
RUST: [nightly] RUST: [stable, nightly]
steps: steps:
build_egui: build_egui:

View File

@ -1,5 +1,5 @@
matrix: matrix:
RUST: [nightly] RUST: [stable, nightly]
steps: steps:
build_sdl2: build_sdl2:

View File

@ -1,5 +1,5 @@
matrix: matrix:
RUST: [nightly] RUST: [stable, nightly]
steps: steps:
test: test: