Skip to content

Commit

Permalink
Revert "Revert "Revert "Use github runners for unit tests (for now) (#…
Browse files Browse the repository at this point in the history
…1279)" (#1294)" (#1295)"

This reverts commit 089cb68.
  • Loading branch information
ellie committed Oct 25, 2023
1 parent b74ed75 commit 80d4f5d
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 80d4f5d

Please sign in to comment.