Skip to content

Commit

Permalink
only check in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Uriopass committed Dec 6, 2023
1 parent b24f387 commit 07275bb
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/rust-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ jobs:
uses: hecrj/setup-rust-action@v1
with:
rust-version: 'stable'
- name: Build
run: cargo build --verbose -p native_app
- name: Build headless
run: cargo build --verbose -p headless
- name: Check
run: cargo check --verbose --workspace
- name: Run tests
run: cargo test --all --verbose
run: cargo test --verbose --workspace

0 comments on commit 07275bb

Please sign in to comment.