Skip to content

Commit

Permalink
Test sefl-hosted runners
Browse files Browse the repository at this point in the history
  • Loading branch information
rmalmain authored Mar 7, 2024
1 parent 9a2e7b0 commit 98a078b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
run: RUST_BACKTRACE=1 MIRIFLAGS="-Zmiri-disable-isolation" cargo +nightly miri test

ubuntu-clippy:
runs-on: ubuntu-22.04
runs-on: self-hosted
steps:
- name: Remove Dotnet & Haskell
run: rm -rf /usr/share/dotnet && rm -rf /opt/ghc
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
# run: cargo +nightly test --features=embed-runtime --manifest-path libafl_libfuzzer/Cargo.toml

ubuntu-check:
runs-on: ubuntu-22.04
runs-on: self-hosted
steps:
- uses: actions-rs/toolchain@v1
with:
Expand Down Expand Up @@ -258,7 +258,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
runs-on: self-hosted
steps:
- uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit 98a078b

Please sign in to comment.