Skip to content
This repository has been archived by the owner on Jun 16, 2024. It is now read-only.

Commit

Permalink
workflows: it's run, sweetie.
Browse files Browse the repository at this point in the history
  • Loading branch information
kivikakk committed May 24, 2024
1 parent 0447590 commit 4d3a7a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
distribution: 'temurin'
cache: 'sbt'
- name: Install Verilator
uses: sudo apt-get install -y verilator
run: sudo apt-get install -y verilator
- name: Run tests
run: sbt test

0 comments on commit 4d3a7a3

Please sign in to comment.