Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DavJCosby authored Dec 11, 2023
1 parent 8e45fce commit 4a5349e
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 @@ -18,6 +18,7 @@ jobs:
- uses: actions/checkout@v3
- name: Build
working-directory: ./sled
run: ls -a; cargo build --verbose
run: cargo build --verbose
- name: Run tests
working-directory: ./sled
run: cargo test --verbose

0 comments on commit 4a5349e

Please sign in to comment.