@@ -49,32 +49,32 @@ jobs:
4949 # Options are all, none, strict and const
5050 include :
5151 - { rust: stable, vendor: Atmel, options: all }
52- - { rust: stable, vendor: Atmel, options: none }
52+ - { rust: stable, vendor: Atmel, options: "" }
5353 - { rust: stable, vendor: Freescale, options: all }
54- - { rust: stable, vendor: Freescale, options: none }
55- - { rust: stable, vendor: Fujitsu, options: none }
54+ - { rust: stable, vendor: Freescale, options: "" }
55+ - { rust: stable, vendor: Fujitsu, options: "" }
5656 - { rust: stable, vendor: GD32, options: all }
57- - { rust: stable, vendor: GD32, options: none }
57+ - { rust: stable, vendor: GD32, options: "" }
5858 - { rust: stable, vendor: Holtek, options: all }
59- - { rust: stable, vendor: Holtek, options: none }
60- - { rust: stable, vendor: Microchip, options: none }
59+ - { rust: stable, vendor: Holtek, options: "" }
60+ - { rust: stable, vendor: Microchip, options: "" }
6161 - { rust: stable, vendor: Nordic, options: all }
62- - { rust: stable, vendor: Nordic, options: none }
63- - { rust: stable, vendor: Nuvoton, options: none }
62+ - { rust: stable, vendor: Nordic, options: "" }
63+ - { rust: stable, vendor: Nuvoton, options: "" }
6464 - { rust: stable, vendor: NXP, options: all }
65- - { rust: stable, vendor: NXP, options: none }
66- - { rust: stable, vendor: RISC-V, options: none }
65+ - { rust: stable, vendor: NXP, options: "" }
66+ - { rust: stable, vendor: RISC-V, options: "" }
6767 - { rust: stable, vendor: SiliconLabs, options: all }
68- - { rust: stable, vendor: SiliconLabs, options: none }
69- - { rust: stable, vendor: Spansion, options: none }
70- - { rust: stable, vendor: STMicro, options: none }
68+ - { rust: stable, vendor: SiliconLabs, options: "" }
69+ - { rust: stable, vendor: Spansion, options: "" }
70+ - { rust: stable, vendor: STMicro, options: "" }
7171 - { rust: stable, vendor: Toshiba, options: all }
72- - { rust: stable, vendor: Toshiba, options: none }
72+ - { rust: stable, vendor: Toshiba, options: "" }
7373 # Test MSRV
74- - { rust: 1.60.0, vendor: Nordic, options: none }
74+ - { rust: 1.60.0, vendor: Nordic, options: "" }
7575 # Use nightly for architectures which don't support stable
76- - { rust: nightly, vendor: OTHER, options: none }
77- - { rust: nightly, vendor: Espressif, options: none }
76+ - { rust: nightly, vendor: OTHER, options: "" }
77+ - { rust: nightly, vendor: Espressif, options: "" }
7878
7979 steps :
8080 - uses : actions/checkout@v3
@@ -121,7 +121,7 @@ jobs:
121121 - name : Run CI script
122122 env :
123123 VENDOR : RISC-V
124- OPTIONS : all
124+ OPTIONS : " "
125125 COMMAND : clippy
126126 run : bash ci/script.sh
127127
0 commit comments