Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
pvshvp-oss committed Mar 14, 2024
1 parent fbef9b7 commit b39120c
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/rust_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,6 @@ jobs:
# - name: test1
# run: |
# sudo apt-get update && sudo apt-get --assume-yes install libssl-dev libgtk-4-dev
- name: test2
uses: pax-hub/rust-github-action@main
with:
rust_release_channel: nightly
compilation_target: aarch64-unknown-linux-gnu
command: test
arguments: '--all-features --workspace --release'
use_cross: false
- name: test3
uses: pax-hub/rust-github-action@main
with:
Expand All @@ -29,6 +21,8 @@ jobs:
command: run
arguments: '--all-features --bin paxy-cli -- -vvv --debug --test'
use_cross: false
run: |
echo "Hello World"

0 comments on commit b39120c

Please sign in to comment.