@@ -49,32 +49,32 @@ jobs:
49
49
# Options are all, none, strict and const
50
50
include :
51
51
- { rust: stable, vendor: Atmel, options: all }
52
- - { rust: stable, vendor: Atmel, options: none }
52
+ - { rust: stable, vendor: Atmel, options: "" }
53
53
- { 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: "" }
56
56
- { rust: stable, vendor: GD32, options: all }
57
- - { rust: stable, vendor: GD32, options: none }
57
+ - { rust: stable, vendor: GD32, options: "" }
58
58
- { 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: "" }
61
61
- { 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: "" }
64
64
- { 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: "" }
67
67
- { 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: "" }
71
71
- { rust: stable, vendor: Toshiba, options: all }
72
- - { rust: stable, vendor: Toshiba, options: none }
72
+ - { rust: stable, vendor: Toshiba, options: "" }
73
73
# Test MSRV
74
- - { rust: 1.60.0, vendor: Nordic, options: none }
74
+ - { rust: 1.60.0, vendor: Nordic, options: "" }
75
75
# 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: "" }
78
78
79
79
steps :
80
80
- uses : actions/checkout@v3
@@ -121,7 +121,7 @@ jobs:
121
121
- name : Run CI script
122
122
env :
123
123
VENDOR : RISC-V
124
- OPTIONS : all
124
+ OPTIONS : " "
125
125
COMMAND : clippy
126
126
run : bash ci/script.sh
127
127
0 commit comments