summaryrefslogtreecommitdiff
path: root/.github/workflows/test.yml
diff options
context:
space:
mode:
authorJack Koenig2021-02-09 17:12:37 -0800
committerJack Koenig2021-02-09 17:28:07 -0800
commit53b620478ddab1faa96512e473fa198f7f1fcf50 (patch)
tree3cfa0415cc3b8a3f9c382095fd15ceda3f6f179e /.github/workflows/test.yml
parent2ed343e2305b7c22000f3f46fa81d73a369907eb (diff)
Add no-plugin-tests for testing Chisel without the compiler plugin
This is a new SBT build unit that symlinks in some files from the normal chisel project tests, but builds them without the compiler plugin.
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r--.github/workflows/test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index a9322492..6d9fe475 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -35,7 +35,7 @@ jobs:
if: matrix.scala == '2.12.13'
run: sbt ++${{ matrix.scala }} docs/mdoc
- name: Test
- run: sbt ++${{ matrix.scala }} test
+ run: sbt ++${{ matrix.scala }} test noPluginTests/test
- name: Binary compatibility
run: sbt ++${{ matrix.scala }} mimaReportBinaryIssues