mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-07-01 15:57:46 +02:00
add sidebarentry
fix github workflows
This commit is contained in:
parent
4c2d5a4105
commit
d6daf2ae19
12 changed files with 170 additions and 26 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -12,8 +12,6 @@ jobs:
|
|||
with:
|
||||
profile: minimal
|
||||
toolchain: nightly
|
||||
- name: Install gtk
|
||||
run: sudo apt install libgtk-4-dev libadwaita-1-dev -y
|
||||
- name: Build
|
||||
run: cargo build --release --verbose
|
||||
- name: Release
|
||||
|
|
8
.github/workflows/rust.yml
vendored
8
.github/workflows/rust.yml
vendored
|
@ -20,13 +20,6 @@ jobs:
|
|||
with:
|
||||
profile: minimal
|
||||
toolchain: nightly
|
||||
- name: Install gtk
|
||||
run: sudo apt install libgtk-4-dev libadwaita-1-dev -y
|
||||
- name: Cache
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: target/debug
|
||||
key: ${{ runner.os }}-cache
|
||||
- name: run code coverage
|
||||
uses: actions-rs/tarpaulin@v0.1
|
||||
with:
|
||||
|
@ -37,7 +30,6 @@ jobs:
|
|||
with:
|
||||
name: code-coverage-report
|
||||
path: cobertura.xml
|
||||
|
||||
- name: Build
|
||||
run: cargo build --verbose
|
||||
- name: Run tests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue