Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarak Ben Youssef committed Aug 24, 2023
1 parent c1f294c commit bacdb33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
with:
go-version: ${{ env.GO_VERSION }}
cache: true
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
- name: Install C formatter
run: sudo apt-get install -y clang-format
- name: Run C formatter for ./crypto
Expand Down Expand Up @@ -69,8 +71,6 @@ jobs:
cache: true
- name: Run tidy
run: make tidy
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

create-dynamic-test-matrix:
name: Create Dynamic Test Matrix
Expand Down

0 comments on commit bacdb33

Please sign in to comment.