Skip to content

Commit

Permalink
debug ci
Browse files Browse the repository at this point in the history
Signed-off-by: Tarek <[email protected]>
  • Loading branch information
tareknaser committed Aug 6, 2024
1 parent 0e3cac8 commit e3ee4cb
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- debug-ci
pull_request:
branches:
- main
Expand Down Expand Up @@ -67,13 +68,9 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@stable

- name: Build Release
run: cargo build --verbose --release

- name: Run tests
run: |
cargo test --workspace --verbose
cargo test --workspace --verbose
- name: Install JDK
uses: actions/[email protected]
Expand Down

0 comments on commit e3ee4cb

Please sign in to comment.