diff options
| author | mo8it <mo8it@proton.me> | 2025-03-14 11:33:37 +0100 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2025-03-14 11:33:56 +0100 |
| commit | 7019f4d1783e9b20ff6c9225a173490985d2658e (patch) | |
| tree | 3408b93e6416538fb350ff15b99af7e74fbddf29 /.github/workflows/rust.yml | |
| parent | ae444eb3da6ccd0456a6945f74f6bae39f6e5cef (diff) | |
Update pipeline
Diffstat (limited to '.github/workflows/rust.yml')
| -rw-r--r-- | .github/workflows/rust.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 80f052d..9a5d869 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -22,22 +22,22 @@ jobs: - uses: DavidAnson/markdownlint-cli2-action@v16 with: globs: "exercises/**/*.md" - - name: Run cargo fmt + - name: rustfmt run: cargo fmt --all --check test: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, windows-latest, macOS-latest] + os: [ubuntu-latest, windows-latest, macos-latest] steps: - uses: actions/checkout@v4 - uses: swatinem/rust-cache@v2 - - name: Run cargo test + - name: cargo test run: cargo test --workspace dev-check: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - uses: swatinem/rust-cache@v2 - - name: Run rustlings dev check + - name: rustlings dev check run: cargo run -- dev check --require-solutions |
