Skip to content

Commit

Permalink
skip test
Browse files Browse the repository at this point in the history
  • Loading branch information
mbwilding committed Oct 3, 2024
1 parent 87e87b1 commit 637b0ad
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/PublishCli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,19 @@ jobs:
target: x86_64-unknown-linux-musl
bin: dygma
name: dygma-linux-x86_64-musl.tar.gz
skip_tests: true
- os_name: Linux-aarch64
os: ubuntu-20.04
target: aarch64-unknown-linux-musl
bin: dygma
name: dygma-linux-aarch64-musl.tar.gz
skip_tests: true
- os_name: Linux-arm
os: ubuntu-20.04
target: arm-unknown-linux-musleabi
bin: dygma
name: dygma-linux-arm-musl.tar.gz
skip_tests: true
- os_name: Linux-i686
os: ubuntu-20.04
target: i686-unknown-linux-musl
Expand Down Expand Up @@ -70,6 +73,7 @@ jobs:
target: riscv64gc-unknown-linux-gnu
bin: dygma
name: dygma-linux-riscv64gc-gnu.tar.gz
skip_tests: true
- os_name: Linux-s390x
os: ubuntu-20.04
target: s390x-unknown-linux-gnu
Expand All @@ -93,11 +97,13 @@ jobs:
target: x86_64-pc-windows-msvc
bin: dygma.exe
name: dygma-windows-x86_64.zip
skip_tests: true
- os_name: macOS-x86_64
os: macOS-latest
target: x86_64-apple-darwin
bin: dygma
name: dygma-darwin-x86_64.tar.gz
skip_tests: true
- os_name: macOS-aarch64
os: macOS-latest
target: aarch64-apple-darwin
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dygma"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
authors = ["Matthew Wilding <mbwilding@gmail.com>"]
description = "Dygma focus api cli, for use with dygma keyboards"
Expand Down

0 comments on commit 637b0ad

Please sign in to comment.