Skip to content

Commit

Permalink
Try with just run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JustusAdam committed Jul 20, 2024
1 parent 19663ae commit 98e0ba9
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,16 +36,6 @@ jobs:
key: ${{ runner.os }}-rust-deps-${{ hashFiles('Cargo.lock', 'rust-toolchain.toml') }}
- name: Install cargo-make
run: rustup run stable cargo install --force --debug cargo-make
- name: Build
run: cargo make install
- name: PDG tests
run: cargo test -p flowistry_pdg_construction
- name: Flow tests
run: cargo test -p paralegal-flow
- name: policy tests
run: cargo test -p paralegal-policy
- name: policy lib tests
run: cargo test --lib -p paralegal-policy
- name: Run tests
run: cargo make ci-tests

Expand Down

0 comments on commit 98e0ba9

Please sign in to comment.