File tree 1 file changed +6
-12
lines changed
1 file changed +6
-12
lines changed Original file line number Diff line number Diff line change 41
41
components : llvm-tools-preview
42
42
43
43
- name : Build crates
44
- run : cargo build -p acpi -p aml - -target $TARGET
44
+ run : cargo build --target $TARGET
45
45
46
46
test :
47
47
runs-on : ubuntu-latest
60
60
run : sudo apt-get install -y acpica-tools
61
61
62
62
- name : Run tests
63
- run : cargo test --all
63
+ run : cargo test
64
64
65
65
- name : Run AML test suite
66
66
run : cargo run_tests -p tests
79
79
profile : minimal
80
80
components : clippy
81
81
82
- - name : Run clippy (ACPI)
83
- run : cargo clippy -p acpi
82
+ - name : Run clippy
83
+ run : cargo clippy
84
84
85
- - name : Run clippy (ACPI tests)
86
- run : cargo clippy -p acpi --tests
87
-
88
- - name : Run clippy (AML)
89
- run : cargo clippy -p aml
90
-
91
- - name : Run clippy (AML tests)
92
- run : cargo clippy -p aml --tests
85
+ - name : Run clippy (tests)
86
+ run : cargo clippy --tests
You can’t perform that action at this time.
0 commit comments