This commit is contained in:
Antoine Gersant 2025-02-04 23:39:04 -08:00
parent 41c4088477
commit 2aeed5f188

View file

@ -17,7 +17,8 @@ jobs:
- name: Checkout Polaris - name: Checkout Polaris
uses: actions/checkout@v4 uses: actions/checkout@v4
- uses: actions-rust-lang/setup-rust-toolchain@v1 - uses: actions-rust-lang/setup-rust-toolchain@v1
components: llvm-tools-preview with:
components: llvm-tools-preview
- name: Install grcov - name: Install grcov
run: cargo install grcov run: cargo install grcov
- name: Run tests - name: Run tests