File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 11
11
run : sudo apt update && sudo apt install libasound2-dev libgtk-3-dev
12
12
- name : Build
13
13
run : cargo build --release --verbose
14
- - name : Run tests
15
- run : cargo test --verbose
14
+ # - name: Run tests
15
+ # run: cargo test --verbose
16
16
- name : Chmod +x
17
17
run : chmod +x target/release/neothesia
18
18
- uses : actions/upload-artifact@v2
25
25
- uses : actions/checkout@v2
26
26
- name : Build
27
27
run : cargo build --release --verbose
28
- - name : Run tests
29
- run : cargo test --verbose
28
+ # - name: Run tests
29
+ # run: cargo test --verbose
30
30
- uses : actions/upload-artifact@v2
31
31
with :
32
32
name : windows-artifact
37
37
- uses : actions/checkout@v2
38
38
- name : Build
39
39
run : cargo build --release --verbose
40
- - name : Run tests
41
- run : cargo test --verbose
40
+ # - name: Run tests
41
+ # run: cargo test --verbose
42
42
- name : Chmod +x
43
43
run : chmod +x target/release/neothesia
44
44
- uses : actions/upload-artifact@v2
You can’t perform that action at this time.
0 commit comments