64
64
uses : actions-rs/cargo@v1
65
65
with :
66
66
command : doc
67
- args : --no-default-features --features external_asm, instructions
67
+ args : --no-default-features --features instructions
68
68
if : runner.os != 'Windows'
69
69
70
70
- name : " Run cargo doc without default features"
@@ -83,14 +83,14 @@ jobs:
83
83
uses : actions-rs/cargo@v1
84
84
with :
85
85
command : build
86
- args : --no-default-features --features external_asm, instructions
86
+ args : --no-default-features --features instructions
87
87
if : runner.os != 'Windows'
88
88
89
89
- name : " Run cargo build for stable on musl"
90
90
uses : actions-rs/cargo@v1
91
91
with :
92
92
command : build
93
- args : --target x86_64-unknown-linux-musl --no-default-features --features external_asm, instructions
93
+ args : --target x86_64-unknown-linux-musl --no-default-features --features instructions
94
94
if : runner.os == 'Linux'
95
95
96
96
- name : " Run cargo test"
@@ -102,14 +102,14 @@ jobs:
102
102
uses : actions-rs/cargo@v1
103
103
with :
104
104
command : test
105
- args : --no-default-features --features external_asm, instructions
105
+ args : --no-default-features --features instructions
106
106
if : runner.os != 'Windows'
107
107
108
108
- name : " Run cargo test for stable on musl"
109
109
uses : actions-rs/cargo@v1
110
110
with :
111
111
command : test
112
- args : --target x86_64-unknown-linux-musl --no-default-features --features external_asm, instructions
112
+ args : --target x86_64-unknown-linux-musl --no-default-features --features instructions
113
113
if : runner.os == 'Linux'
114
114
115
115
- name : " Install Rustup Targets"
0 commit comments