Skip to content

Commit 940a046

Browse files
committed
v1.0.27
1 parent 8f2ec17 commit 940a046

File tree

108 files changed

+2128
-768
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+2128
-768
lines changed

.github/workflows/deploy-ubuntu.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ jobs:
2727
- name: Build
2828
run: cargo build --verbose --release
2929

30-
- name: Run tests
31-
run: cargo test --verbose
32-
3330
- name: Build archive
3431
shell: bash
3532
run: |
@@ -47,4 +44,4 @@ jobs:
4744
files: |
4845
${{ env.ASSET }}
4946
50-
47+

0 commit comments

Comments
 (0)