Skip to content

Commit

Permalink
actually run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
muhamadazmy committed Sep 28, 2023
1 parent d2ea209 commit 642bb93
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ jobs:
toolchain: stable
- uses: Swatinem/rust-cache@v1
- name: Unit Testing
run: cargo test --bins --features build-binary
run: cargo test --features build-binary
env:
RUST_MIN_STACK: 8388608

0 comments on commit 642bb93

Please sign in to comment.