mirror of
https://github.com/atuinsh/atuin.git
synced 2025-06-20 01:47:59 +02:00
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:
parent
f539580f0e
commit
0abbcd6941
3
.github/workflows/rust.yml
vendored
3
.github/workflows/rust.yml
vendored
@ -42,7 +42,8 @@ jobs:
|
|||||||
run: cargo build --all --locked --release && strip target/release/atuin
|
run: cargo build --all --locked --release && strip target/release/atuin
|
||||||
|
|
||||||
unit-test:
|
unit-test:
|
||||||
runs-on: [self-hosted, ARM64, macOS]
|
#runs-on: [self-hosted, ARM64, macOS]
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user