File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 51
51
run : |
52
52
cargo build
53
53
54
- # - name: Run tests
55
- # run: test
54
+ - name : Run tests
55
+ run : test
56
56
57
57
- name : Run clippy
58
58
run : |
@@ -107,7 +107,7 @@ jobs:
107
107
108
108
- name : Setup MUSL
109
109
run : |
110
- sudo apt-get -qq install musl-tools
110
+ sudo apt-get -qq install musl-tools libssl-dev
111
111
- name : Build Debug
112
112
run : |
113
113
cargo build --target=x86_64-unknown-linux-musl
@@ -117,9 +117,9 @@ jobs:
117
117
cargo build --release --target=x86_64-unknown-linux-musl
118
118
./target/x86_64-unknown-linux-musl/release/leetui --version
119
119
ls -l ./target/x86_64-unknown-linux-musl/release/leetui
120
- # - name: Test
121
- # run: |
122
- # make test-linux-musl
120
+ - name : Test
121
+ run : |
122
+ cargo test --workspace --target=x86_64-unknown -linux-musl
123
123
- name : Test Install
124
124
run : cargo install --path "." --force
125
125
You can’t perform that action at this time.
0 commit comments