Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
AskAlexSharov committed Nov 1, 2023
1 parent 512e536 commit 8bc99b3
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,16 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.18'

- name: Install dependencies
run: |
choco uninstall mingw -y
choco upgrade mingw -y --no-progress --version 11.2.0.07112021
choco install cmake -y --no-progress --version 3.23.1
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.18'


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

0 comments on commit 8bc99b3

Please sign in to comment.