Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
AskAlexSharov committed Dec 21, 2024
1 parent 5b7c28c commit 715a2ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.20'
go-version: '1.21'

- run: GODEBUG=cgocheck=2 make race

Expand All @@ -33,13 +33,13 @@ jobs:

- name: Install dependencies
run: |
choco upgrade mingw -y --no-progress --version 13.2.0
choco install cmake -y --no-progress --version 3.27.8
choco upgrade mingw -y --no-progress --version 13.2.0 --allow-downgrade
choco install cmake -y --no-progress --version 3.31.2 --allow-downgrade
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.20'
go-version: '1.21'

- run: go test ./mdbx
- run: go test ./exp/mdbxpool

0 comments on commit 715a2ae

Please sign in to comment.