Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,16 @@ jobs:
run: cargo make install-stable

# selecting a toolchain should happen before the plugin, as the cache uses the current rustc version as its cache key
- name: Cache dependencies
uses: Swatinem/rust-cache@v2
# - name: Cache dependencies
# uses: Swatinem/rust-cache@v2

# Artifacts used by tests
- name: Compile workspace
run: cargo make build

- name: Run test
run: cargo make test
# FIXME: disable because of "no space left" in github pipeline
# - name: Run test
# run: cargo make test

# disabled because of "no space left" error.
# - name: Run test coverage
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ build/
# IDEs
*.iml
.idea
.vscode/

# Environment
*.env
Expand All @@ -27,3 +28,4 @@ whitelists/
artifacts/

yarn-error.log

168 changes: 148 additions & 20 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading