summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/testframework.yml
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2025-02-04 14:47:30 +0100
committerLinus Färnstrand <linus@mullvad.net>2025-02-04 14:47:30 +0100
commitcc8e3f5f0ae4a63e15a68a9c1f5ebc8b13cd0671 (patch)
tree85d56c39c5b8e3f89c651947a767a92d53f32eb1 /.github/workflows/testframework.yml
parent2f3c791a25d401f9ea9a633ebaa0eb679a517548 (diff)
parent66ac192901fd1212287acaeb9d90cf2e5e2ccb5e (diff)
downloadmullvadvpn-cc8e3f5f0ae4a63e15a68a9c1f5ebc8b13cd0671.tar.xz
mullvadvpn-cc8e3f5f0ae4a63e15a68a9c1f5ebc8b13cd0671.zip
Merge branch 'pin-rust-version-and-allow-automatic-install-of-right-des-554'
Diffstat (limited to '.github/workflows/testframework.yml')
-rw-r--r--.github/workflows/testframework.yml9
1 files changed, 1 insertions, 8 deletions
diff --git a/.github/workflows/testframework.yml b/.github/workflows/testframework.yml
index 6f6b874811..630152cb02 100644
--- a/.github/workflows/testframework.yml
+++ b/.github/workflows/testframework.yml
@@ -42,8 +42,7 @@ jobs:
- name: Use default container image and resolve digest
if: ${{ github.event.inputs.override_container_image == '' }}
- run: |
- echo "inner_container_image=$(cat ./building/linux-container-image.txt)" >> $GITHUB_ENV
+ run: echo "inner_container_image=$(cat ./building/linux-container-image.txt)" >> $GITHUB_ENV
outputs:
container_image: ${{ env.inner_container_image }}
@@ -83,12 +82,6 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- - name: Install Rust
- uses: actions-rs/toolchain@v1.0.6
- with:
- toolchain: stable
- default: true
-
- name: Build test runner
working-directory: test
run: cargo build --locked