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_.
This commit is contained in:
Ellie Huxtable 2023-10-02 22:31:16 -07:00 committed by GitHub
parent f539580f0e
commit 0abbcd6941
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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