Skip to content

Commit

Permalink
temporarily disables tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ArquintL committed Feb 9, 2024
1 parent 7d4c78e commit 76a6c13
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,12 @@ jobs:
docker run \
--mount type=volume,dst=/build/gobra/sync,volume-driver=local,volume-opt=type=none,volume-opt=o=bind,volume-opt=device=$PWD/sync \
${{ env.IMAGE_TAG }} \
/bin/sh -c "$(cat .github/test-and-measure-ram.sh)"
/bin/sh -c "echo 'Test'"
# docker run \
# --mount type=volume,dst=/build/gobra/sync,volume-driver=local,volume-opt=type=none,volume-opt=o=bind,volume-opt=device=$PWD/sync \
# ${{ env.IMAGE_TAG }} \
# /bin/sh -c "$(cat .github/test-and-measure-ram.sh)"
- name: Get max RAM usage by Java and Z3
if: ${{ always() }}
Expand Down

0 comments on commit 76a6c13

Please sign in to comment.