Skip to content

Commit

Permalink
Revert "Use github runners for unit tests (for now) (#1279)"
Browse files Browse the repository at this point in the history
This reverts commit 0abbcd6.
  • Loading branch information
ellie committed Oct 8, 2023
1 parent 38172f3 commit 5bf2844
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ jobs:
run: cargo build --all --locked --release && strip target/release/atuin

unit-test:
#runs-on: [self-hosted, ARM64, macOS]
runs-on: ubuntu-latest
runs-on: [self-hosted, ARM64, macOS]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 5bf2844

Please sign in to comment.