Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Aif4thah committed Sep 12, 2024
1 parent 74575d8 commit e3699a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ jobs:

steps:
- uses: actions/checkout@v4
- working-directory: ./quality
- name: Build
working-directory: ./quality
run: cargo build --verbose
- name: Run tests
working-directory: ./quality
run: cargo test --verbose

0 comments on commit e3699a6

Please sign in to comment.