From 4543d3d1dc60ee3614005e7120c82113f6f912f8 Mon Sep 17 00:00:00 2001 From: ste Date: Fri, 25 Aug 2023 21:35:12 +0200 Subject: [PATCH] Fix test workflow --- .github/workflows/integration.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index ca597ec..04d1096 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -21,7 +21,6 @@ on: jobs: test: name: "Cargo test" - runs-on: [self-hosted] #, windows-latest runs-on: ${{ matrix.os }} strategy: fail-fast: false