Skip to content

Commit

Permalink
Merge pull request #2 from k3yss/main
Browse files Browse the repository at this point in the history
fix: CI workflow
  • Loading branch information
flyingcakes85 authored Nov 13, 2023
2 parents 39815f1 + 434cba4 commit 5ec6bb0
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Checkout
uses: actions/checkout@v2

- name: Setup | Rust
uses: ATiltedTree/setup-rust@v1
with:
rust-version: stable

- name: Build | Rust
run: cargo check

0 comments on commit 5ec6bb0

Please sign in to comment.