Revert "Revert "Use github runners for unit tests (for now) (#1279)" (#1294)" (#1295)

This reverts commit 1054113469.
This commit is contained in:
Ellie Huxtable 2023-10-08 11:50:30 -07:00 committed by GitHub
parent 1054113469
commit 089cb6847c
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