Skip to content

Commit

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

This reverts commit 1054113.
  • Loading branch information
ellie committed Oct 8, 2023
1 parent 1054113 commit 9bf60ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9bf60ea

Please sign in to comment.