Skip to content

Commit

Permalink
Merge pull request #80 from invariant-labs/update-tests.sh
Browse files Browse the repository at this point in the history
Update tests.sh
  • Loading branch information
wojciech-cichocki authored Nov 28, 2023
2 parents 9043d0f + a0d6294 commit 6b9d763
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Unit and e2e tests

on:
push:
branches:
- master
pull_request:
branches:
- master
Expand Down
2 changes: 2 additions & 0 deletions tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ cargo test
cd decimal_core
cd ../../..

cargo fmt --all -- --check
cargo clippy

cargo test --features e2e-tests

Expand Down

0 comments on commit 6b9d763

Please sign in to comment.