Skip to content

Commit 4aa2881

Browse files
committed
Github workflow
1 parent 0325605 commit 4aa2881

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: .github/workflows/rust.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
run: sudo apt update && sudo apt install libasound2-dev libgtk-3-dev
1212
- name: Build
1313
run: cargo build --release --verbose
14-
- name: Run tests
15-
run: cargo test --verbose
14+
# - name: Run tests
15+
# run: cargo test --verbose
1616
- name: Chmod +x
1717
run: chmod +x target/release/neothesia
1818
- uses: actions/upload-artifact@v2
@@ -25,8 +25,8 @@ jobs:
2525
- uses: actions/checkout@v2
2626
- name: Build
2727
run: cargo build --release --verbose
28-
- name: Run tests
29-
run: cargo test --verbose
28+
# - name: Run tests
29+
# run: cargo test --verbose
3030
- uses: actions/upload-artifact@v2
3131
with:
3232
name: windows-artifact
@@ -37,8 +37,8 @@ jobs:
3737
- uses: actions/checkout@v2
3838
- name: Build
3939
run: cargo build --release --verbose
40-
- name: Run tests
41-
run: cargo test --verbose
40+
# - name: Run tests
41+
# run: cargo test --verbose
4242
- name: Chmod +x
4343
run: chmod +x target/release/neothesia
4444
- uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)