Skip to content

Commit

Permalink
[WIP] Run unit tests and spec tests as well.
Browse files Browse the repository at this point in the history
  • Loading branch information
aj-stein-nist committed Feb 2, 2024
1 parent 1872001 commit 049e94b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ jobs:
with:
distribution: "${{ env.JAVA_DISTRIBUTION }}"
java-version: "${{ env.JAVA_VERSION }}"
# - name: Run unit Tests
# run: |
# make -C src unit-test
# id: unit-tests
- name: Run unit Tests
run: |
make -C src unit-test
id: unit-tests
- name: Run integration tests
run: |
make -C src smoke-test
id: integration-tests
# - name: Run spec Tests
# run: |
# make -C src spec-test
# id: spec-tests
- name: Run spec Tests
run: |
make -C src spec-test
id: spec-tests

0 comments on commit 049e94b

Please sign in to comment.