diff options
| author | Ellie Huxtable <ellie@elliehuxtable.com> | 2023-10-02 22:31:16 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-02 22:31:16 -0700 |
| commit | 0abbcd6941fb27d9dd7ac3443c78c06607660d33 (patch) | |
| tree | e12f2a61c10e4e67bb4b59b4826bc0665e674272 /.github | |
| parent | Revert "Re-enable `linux/arm64` platform in CI docker build (#1276)" (#1278) (diff) | |
| download | atuin-0abbcd6941fb27d9dd7ac3443c78c06607660d33.zip | |
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_.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/rust.yml | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
