Skip to content

Commit

Permalink
And an initial one too
Browse files Browse the repository at this point in the history
  • Loading branch information
JustusAdam committed Jul 22, 2024
1 parent a884fb1 commit 238d637
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
~/.cargo/registry/cache/
~/.cargo/git/db/
key: ${{ runner.os }}-rust-deps-${{ hashFiles('Cargo.lock', 'rust-toolchain.toml') }}
- name: Report disk usage
run: "du -h -d 1 target | sort -h"
- name: Flowistry Tests
run: cargo test -p flowistry_pdg -p flowistry_pdg_construction
- name: Report disk usage
Expand Down

0 comments on commit 238d637

Please sign in to comment.