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)" (#1295)

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

1 comment on commit 089cb68

@vercel
Copy link

@vercel vercel bot commented on 089cb68 Oct 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

atuin-docs – ./

atuin-docs.vercel.app
atuin-docs-git-main-atuin.vercel.app
atuin-docs-atuin.vercel.app

Please sign in to comment.