Skip to content

Commit

Permalink
fix: ci by adding build to yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ali77gh committed May 2, 2024
1 parent cd291cd commit 2636791
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ jobs:
- name: Clippy
run: make clippy

build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: make build

test:
runs-on: ubuntu-latest
needs:
Expand Down

0 comments on commit 2636791

Please sign in to comment.