Skip to content

Commit

Permalink
fix make check-rust
Browse files Browse the repository at this point in the history
  • Loading branch information
powerboat9 committed Aug 29, 2024
1 parent 91bf052 commit 5ad950c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ jobs:
- name: Run Tests
run: |
cd gccrs-build; \
ASAN_OPTIONS=detect_leaks=0:use_odr_indicator=1 \
make check-rust RUNTESTFLAGS="--target_board=unix\{-m64}"
- name: Archive check-rust results
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 5ad950c

Please sign in to comment.