Skip to content

Commit

Permalink
Enable running tests in Rust workflow
Browse files Browse the repository at this point in the history
The changes in the commit have re-enabled the function to run tests within the Rust workflow. The tests are now set to run with verbose output, allowing for easier debugging and understanding of any potential issues.
  • Loading branch information
arkavo-com committed May 25, 2024
1 parent 24cd7af commit 90f8705
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
- uses: actions/checkout@v4
- name: Build
run: cargo build --verbose
# - name: Run tests
# run: cargo test --verbose
- name: Run tests
run: cargo test --verbose

0 comments on commit 90f8705

Please sign in to comment.