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
1 changed files with 2 additions and 1 deletions
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…
Reference in a new issue