Skip to content

Commit

Permalink
Add gas profiling test to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Dentosal committed Dec 4, 2021
1 parent d623895 commit fef6d1f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cargo_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ jobs:
command: test
args: --verbose --features random

- name: Run tests profiling
uses: actions-rs/cargo@v1
with:
command: test
args: --verbose --features random,profile-gas

- name: Run debug tests
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit fef6d1f

Please sign in to comment.