Skip to content

Commit

Permalink
Mark not slow
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Aug 12, 2024
1 parent 82ace7d commit e48139a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ jobs:
java-version: ${{ matrix.java-version }}
distribution: 'adopt'

- name: Build
run: make -C java target/jacoco.exec

- name: Run tests (serially)
if: ${{ matrix.java-version == 21 && matrix.os == 'ubuntu-latest' }}
run: make ja_test
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ Problems Solved
+-----------+------------+------------+------------+------------+------------+------------+------------+
|:prob:`74` | | | | | |:py-d:`0074`| |
+-----------+------------+------------+------------+------------+------------+------------+------------+
|:prob:`76` |:c-d:`0076` |:cp-d:`0076`|:cs-s:`0076`|:ja-s:`0076`|:js-s:`0076`|:py-d:`0076`|:rs-d:`0076`|
|:prob:`76` |:c-d:`0076` |:cp-d:`0076`|:cs-s:`0076`|:ja-d:`0076`|:js-s:`0076`|:py-d:`0076`|:rs-d:`0076`|
+-----------+------------+------------+------------+------------+------------+------------+------------+
|:prob:`77` | | | | | |:py-d:`0077`| |
+-----------+------------+------------+------------+------------+------------+------------+------------+
Expand Down
2 changes: 1 addition & 1 deletion java/src/test/java/EulerTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ static Stream<Object[]> data() throws IOException {
new Object[] { p0020.class, false, Utilities.getAnswer(20) },
new Object[] { p0022.class, false, Utilities.getAnswer(22) },
new Object[] { p0034.class, false, Utilities.getAnswer(34) },
new Object[] { p0076.class, true, Utilities.getAnswer(76) },
new Object[] { p0076.class, false, Utilities.getAnswer(76) },
new Object[] { p0836.class, false, Utilities.getAnswer(836) });
}

Expand Down

0 comments on commit e48139a

Please sign in to comment.