Skip to content

Commit

Permalink
Update pull_request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hernangonzalez authored Nov 4, 2024
1 parent 706bcec commit b3e198a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,14 @@ jobs:
run: cargo clippy --verbose
- name: Build
run: cargo build --verbose
- name: Test
- name: Run Unit Tests
run: cargo test --verbose
- name: Run Stage tests
uses: ruby/setup-ruby
with:
ruby-version: '3.1' # Not needed with a .ruby-version file
- run: bundle install
- run: bundle exec ruby run_tests.rb
- name: Congratulations
uses: actions/github-script@v7
with:
Expand Down

0 comments on commit b3e198a

Please sign in to comment.