Skip to content

Commit

Permalink
Merge pull request #297 from CohenArthur/run-unit-tests-ci
Browse files Browse the repository at this point in the history
ci: Run unit tests after checking them
  • Loading branch information
CohenArthur authored Oct 15, 2021
2 parents b15fc3d + 5d0822e commit f3696c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test_fmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- uses: actions/checkout@v2
- name: Run unit tests and Documentation examples
run: |
cargo test --no-run
cargo test
functional_tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f3696c0

Please sign in to comment.