From 0abbcd6941fb27d9dd7ac3443c78c06607660d33 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Mon, 2 Oct 2023 22:31:16 -0700 Subject: Use github runners for unit tests (for now) (#1279) My self hosted runner is much faster, but my house was hit by lightning and the internet is down. I'm a few thousand miles away atm so won't be able to sort it for a while. Tests broken by _nature_. --- .github/workflows/rust.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 2870f8d6..cde34a2d 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -42,7 +42,8 @@ jobs: run: cargo build --all --locked --release && strip target/release/atuin unit-test: - runs-on: [self-hosted, ARM64, macOS] + #runs-on: [self-hosted, ARM64, macOS] + runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 -- cgit v1.3.1