Skip to content

Commit

Permalink
CI: fmt ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BiagioFesta committed Jul 15, 2023
1 parent fbd87d1 commit 06d8293
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --all-targets --all-features --verbose
- name: Run tests
run: cargo test --verbose
- uses: actions/checkout@v3
- name: Build
run: cargo build --all-targets --all-features --verbose
- name: Run tests
run: cargo test --verbose

lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 06d8293

Please sign in to comment.