Skip to content

Commit

Permalink
Merge branch 'fraccaman/ci-fix-unit-test-step'
Browse files Browse the repository at this point in the history
  • Loading branch information
Gianmarco Fraccaroli authored and Gianmarco Fraccaroli committed Apr 12, 2024
2 parents 9874fec + fbe17d8 commit 621cce9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,8 @@ jobs:
- uses: taiki-e/install-action@cargo-llvm-cov
- name: Check crates build with default features
run: make check-crates
- name: ${{ matrix.make.name }}
run: ${{ matrix.make.command }}
- name: Run unit tests
run: make test-unit-with-coverage
env:
NAMADA_MASP_PARAMS_DIR: /home/runner/.masp-params
RUSTFLAGS: "-C linker=clang -C link-arg=-fuse-ld=/usr/local/bin/mold"
Expand Down

0 comments on commit 621cce9

Please sign in to comment.