Skip to content

Commit

Permalink
chore: Test CI on arch
Browse files Browse the repository at this point in the history
  • Loading branch information
DashieTM committed Mar 15, 2024
1 parent 9d4a116 commit 552c293
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:

jobs:
build:
runs-on: [self-hosted, ubuntu]
runs-on: [self-hosted, arch]
steps:
- uses: actions/checkout@v3
- name: nightly-rust
Expand All @@ -25,5 +25,5 @@ jobs:
key: ${{ runner.os }}-cache
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test -- --nocapture
# - name: Run tests
# run: cargo test -- --nocapture

0 comments on commit 552c293

Please sign in to comment.