We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe59f30 commit a02fc77Copy full SHA for a02fc77
.github/workflows/go.yml
@@ -21,8 +21,9 @@ jobs:
21
- name: Setup Go
22
uses: actions/setup-go@v5
23
with:
24
+ # prettier-ignore
25
go-version: '1.22'
26
27
- name: Test
28
working-directory: ${{github.workspace}}/go-algorithm
- run: go test -v ./...
29
+ run: make test
.github/workflows/gradle.yml
@@ -21,6 +21,7 @@ jobs:
- name: Setup JDK
uses: actions/setup-java@v4
distribution: 'temurin'
java-version: '21'
.github/workflows/poetry.yml
- name: Setup Python
uses: actions/setup-python@v5
python-version: '3.12'
- name: Install dependencies
0 commit comments