Skip to content

Commit

Permalink
debug 4
Browse files Browse the repository at this point in the history
  • Loading branch information
outscale-mgo committed Oct 25, 2024
1 parent 1293ce4 commit 37ef798
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@ jobs:
sudo apt-get install -y -f -o Acquire::Retries=3 jq libjson-c-dev libcurl4-openssl-dev pkg-config libfuse2 cargo
- name: Build and test
run: |
CFLAGS="-fsanitize=address -O0 -g" make oapi-cli --trace
echo "make === oapi-cli ==="
CFLAGS="-fsanitize=address -O0 -g" make --trace
echo "make === oapi-cli-x86_64.AppImage ==="
make oapi-cli-x86_64.AppImage --trace
echo "make === tests-all ==="
make tests-all --trace
env:
OSC_ACCESS_KEY: ${{secrets.OSC_ACCESS_KEY}}
Expand Down

0 comments on commit 37ef798

Please sign in to comment.