Skip to content

Commit

Permalink
chore: move to self hosted CI
Browse files Browse the repository at this point in the history
  • Loading branch information
DashieTM committed Mar 15, 2024
1 parent b54d294 commit 9e6caac
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:

jobs:
release:
runs-on: ubuntu-latest
runs-on: [self-hosted, arch]
steps:
- uses: actions/checkout@v3
- name: nightly-rust
Expand Down
15 changes: 1 addition & 14 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ env:

jobs:
build:
runs-on: ubuntu-latest

runs-on: [self-hosted, ubuntu]
steps:
- uses: actions/checkout@v3
- name: nightly-rust
Expand All @@ -24,19 +23,7 @@ jobs:
with:
path: target/debug
key: ${{ runner.os }}-cache
- name: setup dependencies
run: sudo apt install libdbus-1-dev pkg-config libpulse-dev -y
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: run code coverage
uses: actions-rs/[email protected]
with:
version: "0.15.0"
args: "-- --test-threads 1"
- name: upload code coverage
uses: actions/upload-artifact@v1
with:
name: code-coverage-report
path: cobertura.xml
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "re_set-lib"
version = "1.1.2"
version = "1.1.3"
edition = "2021"
description = "Data structure library for ReSet"
repository = "https://github.com/Xetibo/ReSet-Lib"
Expand Down

0 comments on commit 9e6caac

Please sign in to comment.