mirror of
https://github.com/atuinsh/atuin.git
synced 2024-11-08 01:15:04 +01: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
|
||||
|
||||
unit-test:
|
||||
runs-on: [self-hosted, ARM64, macOS]
|
||||
#runs-on: [self-hosted, ARM64, macOS]
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
Loading…
Reference in New Issue
Block a user