Skip to content

Commit

Permalink
[test] Errors reported by Java and JavaScript fut.
Browse files Browse the repository at this point in the history
  • Loading branch information
pfusik committed May 31, 2024
1 parent 336e6b4 commit 3ffd24d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,7 @@ jobs:
- run: make -j4 java/GenBase.java
- run: make -j4 host-diff-java
- run: make -j4 test-error FUT_HOST=cs
- run: rm test/bin/*/error.txt
- run: make -j4 test-error FUT_HOST=java
- run: rm test/bin/*/error.txt
- run: make -j4 test-error FUT_HOST=node
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,5 @@ jobs:
script:
- make -j5 host-diff CXX=g++-13
- make -j5 test-error FUT_HOST=cs
- rm test/bin/*/error.txt
- make -j5 test-error FUT_HOST=node

0 comments on commit 3ffd24d

Please sign in to comment.