Skip to content

Fix manage apps feature not working when not selecting the DetectAll option #74

Fix manage apps feature not working when not selecting the DetectAll option

Fix manage apps feature not working when not selecting the DetectAll option #74

Workflow file for this run

name: Test
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
jobs:
cargo_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Update local toolchain
run: |
rustup update
rustup install stable
- name: Test
run: |
cargo check
cargo test --all
- name: Build
run: |
cargo build --release