Skip to content

Commit

Permalink
Change description of steps
Browse files Browse the repository at this point in the history
  • Loading branch information
pentamassiv committed Aug 14, 2024
1 parent e3d143c commit cca24b4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/failing_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,16 +67,16 @@ jobs:
if: runner.os == 'Linux' # This step is only needed on Linux. The other OSs don't need to be set up
uses: ./.github/actions/headless_display

- name: Run the unit tests
- name: Run the ignored unit tests
run: cargo test unit --no-default-features --features ${{ matrix.features }} -- --ignored --test-threads=1 --nocapture

- name: Run the unit tests in release mode
- name: Run the ignored unit tests in release mode
run: cargo test unit --release --no-default-features --features ${{ matrix.features }} -- --ignored --test-threads=1 --nocapture

- name: Run integration tests
- name: Run ignored integration tests
run: cargo test integration --no-default-features --features ${{ matrix.features }} -- --ignored --test-threads=1 --nocapture

- name: Run integration tests in release mode
- name: Run ignored integration tests in release mode
run: cargo test integration --release --no-default-features --features ${{ matrix.features }} -- --ignored --test-threads=1 --nocapture

- name: Take screenshot
Expand Down

0 comments on commit cca24b4

Please sign in to comment.