Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
omallassi committed Apr 18, 2024
1 parent 28251b8 commit 42b6e51
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
- uses: actions-rust-lang/setup-rust-toolchain@v1
- name: clean
run: cargo clean
# - name: Build
# run: cargo build --verbose
# env:
# RUST_BACKTRACE: 1
# - name: Run tests
# run: cargo test --verbose
# env:
# RUST_BACKTRACE: 1
- name: Build
run: cargo build --verbose
env:
RUST_BACKTRACE: 1
- name: Run tests
run: cargo test --verbose
env:
RUST_BACKTRACE: 1

publish_metrics:
needs: build
Expand Down

0 comments on commit 42b6e51

Please sign in to comment.