Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
better
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Oberaigner committed Mar 13, 2024
1 parent 40076bc commit 9e39bc5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Build
run: cd rust; cargo build --verbose
- name: Run tests
run: cd rust;cargo test --verbose
- name: Rust Build
run: cd rust; cargo check
- name: Rust Run tests
run: cd rust; cargo test

0 comments on commit 9e39bc5

Please sign in to comment.