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

Commit

Permalink
lol
Browse files Browse the repository at this point in the history
  • Loading branch information
kivikakk committed May 24, 2024
1 parent f837cc7 commit 63d55b2
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@ jobs:
java-version: '22'
distribution: 'temurin'
cache: 'sbt'
- name: Install sbt and Verilator
run: sudo apt-get install -y sbt verilator
- name: Install sbt
run: |
wget https://github.com/sbt/sbt/releases/download/v1.9.8/sbt-1.9.8.tgz
tar xf sbt-1.9.8.tgz
- name: Install Verilator
run: sudo apt-get install -y verilator
- name: Run tests
run: sbt test
run: sbt/bin/sbt test

0 comments on commit 63d55b2

Please sign in to comment.