diff options
| -rw-r--r-- | .gitea/workflows/check.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitea/workflows/check.yaml b/.gitea/workflows/check.yaml index d11b553..e9d7045 100644 --- a/.gitea/workflows/check.yaml +++ b/.gitea/workflows/check.yaml | |||
| @@ -4,5 +4,7 @@ jobs: | |||
| 4 | check: | 4 | check: |
| 5 | runs-on: [fedora-latest] | 5 | runs-on: [fedora-latest] |
| 6 | steps: | 6 | steps: |
| 7 | - name: Checkout repository | ||
| 8 | uses: actions/checkout@v4 | ||
| 7 | - uses: dtolnay/rust-toolchain@nightly | 9 | - uses: dtolnay/rust-toolchain@nightly |
| 8 | - run: cargo check && cargo test | 10 | - run: cargo check && cargo test |
