Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
alvaro17f committed Aug 4, 2023
1 parent 64601fc commit e31e7eb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust-linux-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
if: ${{ matrix.rust == 'stable' }}
- run: cargo fmt --all -- --check
if: ${{ matrix.rust == 'stable' }}
- run: cargo test
if: ${{ matrix.rust == 'stable' }}
# - run: cargo test
# if: ${{ matrix.rust == 'stable' }}
4 changes: 2 additions & 2 deletions .github/workflows/rust-linux-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
if: ${{ matrix.rust == 'stable' }}
- run: cargo fmt --all -- --check
if: ${{ matrix.rust == 'stable' }}
- run: cargo test
if: ${{ matrix.rust == 'stable' }}
# - run: cargo test
# if: ${{ matrix.rust == 'stable' }}
4 changes: 2 additions & 2 deletions .github/workflows/rust-macos-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
if: ${{ matrix.rust == 'stable' }}
- run: cargo fmt --all -- --check
if: ${{ matrix.rust == 'stable' }}
- run: cargo test
if: ${{ matrix.rust == 'stable' }}
# - run: cargo test
# if: ${{ matrix.rust == 'stable' }}
4 changes: 2 additions & 2 deletions .github/workflows/rust-macos-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
if: ${{ matrix.rust == 'stable' }}
- run: cargo fmt --all -- --check
if: ${{ matrix.rust == 'stable' }}
- run: cargo test
if: ${{ matrix.rust == 'stable' }}
# - run: cargo test
# if: ${{ matrix.rust == 'stable' }}

0 comments on commit e31e7eb

Please sign in to comment.