Skip to content

Commit

Permalink
Removed unused crates. Updated Action.
Browse files Browse the repository at this point in the history
  • Loading branch information
facundo-villa committed Jun 20, 2023
1 parent dd2cc47 commit 7a80566
Show file tree
Hide file tree
Showing 5 changed files with 120 additions and 163 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: rui314/setup-mold@v1
- name: Install system libraries
run: sudo apt-get install -y mesa-vulkan-drivers libvulkan1 vulkan-tools vulkan-validationlayers
- name: Build
run: cargo build --verbose
run: cargo build
- name: Run tests
run: cargo test --verbose -- --test-threads 1
Loading

0 comments on commit 7a80566

Please sign in to comment.