Skip to content

Commit

Permalink
Use Scout repo for tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Helios-vmg committed Nov 1, 2024
1 parent d727981 commit 87b63f3
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/test-detectors-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,18 @@ jobs:
- name: Install Rust nightly
run: rustup install nightly --profile minimal

- name: Install dylint, dylint-link and cargo-scout-audit
run: cargo +nightly install cargo-dylint dylint-link cargo-scout-audit
- name: Install dylint, dylint-link
run: cargo +nightly install cargo-dylint dylint-link

- name: Clone cargo-scout-audit
run: git clone https://github.com/CoinFabrik/scout-audit.git -b blockchain-detection-fix scout-repo

- name: Install cargo-scout-audit
working-directory: scout-repo/apps/cargo-scout-audit
run: cargo install --path .

- name: Clean up after installation
run: rm -rf scout-repo

- name: Determine build status and write to file
run: echo "${{ job.status }}" > status-${{ matrix.os }}.txt
Expand Down

0 comments on commit 87b63f3

Please sign in to comment.