Skip to content
This repository was archived by the owner on Oct 27, 2021. It is now read-only.

Commit

Permalink
Remove integration test to prevent dead lock (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabsx00 authored Jan 27, 2021
1 parent 3ed2dc3 commit 72adf11
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,3 @@ jobs:
- name: Run tests
run: |
sbt test scalafmtCheck
./install.sh
mkdir /tmp/foo
echo "int foo(int a, int b, int c, int d, int e, int f) {}" > /tmp/foo/foo.c
./joern --src /tmp/foo --run scan
./joern-scan /tmp/foo
./joern-scan --dump

0 comments on commit 72adf11

Please sign in to comment.