We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9867b8a commit 997980dCopy full SHA for 997980d
.github/workflows/go-test-linux.yaml
@@ -86,6 +86,7 @@ jobs:
86
sudo mkdir -p /opt/oracle
87
sudo unzip -d /opt/oracle /tmp/instantclient-basic-linux.zip
88
sudo apt-get install libaio1t64 libaio-dev
89
+ sudo ln -s /usr/lib/x86_64-linux-gnu/libaio.so.1t64 /usr/lib/libaio.so.1
90
91
- name: Run go test
92
run: go test -json -v -p 1 -coverprofile=./cover.out -covermode=atomic -coverpkg=./... ./... 2>&1 | tee /tmp/gotest.log | gotestfmt
0 commit comments