Skip to content

Commit

Permalink
enable compatibility test in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoby committed Mar 26, 2024
1 parent b92522c commit f5d8c02
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,14 @@ jobs:
with:
go-version: '1.19.x'

- name: install libsodium (for compat tests)
run: sudo apt install libsodium-dev

- name: Install Ziti CI
uses: openziti/ziti-ci@v1

- name: Build and Test
run: go test ./...
run: go test --tags=compat_test ./...

- name: Release
env:
Expand Down

0 comments on commit f5d8c02

Please sign in to comment.