Skip to content

Commit

Permalink
Merge branch 'master' into coupling-graph-engine
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasAlaif committed Sep 27, 2023
2 parents 3d26e32 + 9580905 commit 491f95c
Show file tree
Hide file tree
Showing 87 changed files with 3,316 additions and 2,774 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
shared-key: "shared"
- name: Check and report Clippy errors
run: |
python ./x.py clippy -- -D warnings
python ./x.py clippy-all
# Detect missing dependencies in workspace packages
# See: https://stackoverflow.com/a/74293494/2491528
Expand Down Expand Up @@ -262,6 +262,13 @@ jobs:
run: |
cd prusti-contracts/prusti-contracts-test/
cargo +stable build
- name: "Windows debugging: show open file handles for any running process"
if: matrix.os == 'windows-latest' && failure()
shell: cmd
run: |
C:\msys64\usr\bin\wget.exe https://download.sysinternals.com/files/Handle.zip
7z x Handle.zip
handle.exe -u -nobanner -accepteula
release-build:
needs: [fmt-check, clippy-check, check-deps, smir-check, quick-tests]
Expand Down
Loading

0 comments on commit 491f95c

Please sign in to comment.