mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-10-04 22:39:26 +00:00
Update workflows to support self-hosted runners
This commit is contained in:
3
.github/workflows/run-unit-tests.yml
vendored
3
.github/workflows/run-unit-tests.yml
vendored
@@ -14,7 +14,8 @@ jobs:
|
||||
run-unit-tests:
|
||||
if: github.event.pull_request.draft == false
|
||||
name: run-unit-tests
|
||||
runs-on: ubuntu-latest
|
||||
# runs-on: ubuntu-latest
|
||||
runs-on: [self-hosted, ubuntu-latest]
|
||||
env:
|
||||
CARGO_TERM_COLOR: always
|
||||
|
||||
|
Reference in New Issue
Block a user