diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8c13f07..2bf8466 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,9 +25,14 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} submodules: recursive + - name: 'Install rustup' + run: | + curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > install.sh + sh install.sh -y + - name: 'Build smir_pretty' run: | - cargo build + cargo build -vv - name: 'Run smir integration tests' run: |