Skip to content

Commit

Permalink
[CI]
Browse files Browse the repository at this point in the history
  • Loading branch information
dehwyy committed Oct 16, 2024
1 parent d9dc09f commit f495b8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: "CI: Tests"
on: [push, pull_request]

jobs:
build:
name: cargo build
check:
name: cargo check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1
- run: cargo build
- run: cargo check

0 comments on commit f495b8f

Please sign in to comment.