Skip to content

Commit

Permalink
Fix rust.yml formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tjheslin1 committed Jan 28, 2022
1 parent 129fb3c commit ba392c1
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ jobs:
override: true
components: rustfmt, clippy
- name: Build
uses: actions-rs/cargo@v1
working-directory: 2021/day${{ matrix.day }}
with:
command: build --verbose
args: --manifest-path 2021/day${{ matrix.day }}/Cargo.toml
uses: actions-rs/cargo@v1
working-directory: 2021/day${{ matrix.day }}
with:
command: build --verbose
args: --manifest-path 2021/day${{ matrix.day }}/Cargo.toml
- name: Run tests
uses: actions-rs/cargo@v1
with:
command: test --verbose
args: --manifest-path 2021/day${{ matrix.day }}/Cargo.toml
uses: actions-rs/cargo@v1
with:
command: test --verbose
args: --manifest-path 2021/day${{ matrix.day }}/Cargo.toml

0 comments on commit ba392c1

Please sign in to comment.