1
0
Fork 0
mirror of synced 2024-06-01 18:19:46 +12:00
This commit is contained in:
Rafał Mikrut 2022-11-25 20:01:01 +01:00
parent dc5b1aa2d9
commit af04f89c34
3 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
name: 🐧 Linux
name: 🐧 Linux CLI
on:
push:
pull_request:
@ -9,7 +9,7 @@ env:
CARGO_TERM_COLOR: always
jobs:
linux-default:
linux-cli:
strategy:
matrix:
toolchain: [ stable, 1.63.0 ]

View file

@ -1,4 +1,4 @@
name: 🐧 Linux
name: 🐧 Linux GUI
on:
push:
pull_request:
@ -9,7 +9,7 @@ env:
CARGO_TERM_COLOR: always
jobs:
linux-default:
linux-gui:
strategy:
matrix:
toolchain: [ stable, 1.63.0 ]

View file

@ -9,7 +9,7 @@ env:
CARGO_TERM_COLOR: always
jobs:
macos-cli:
macos:
strategy:
matrix:
toolchain: [ stable ]