Skip to content

Commit

Permalink
test: test dnd
Browse files Browse the repository at this point in the history
  • Loading branch information
kumarak committed Sep 3, 2024
1 parent 1bdb76b commit fe40735
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
5 changes: 2 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,13 @@
}
},

"remoteUser": "root",
"remoteUser": "vscode",
"features": {
"git": "os-provided",
"python": "os-provided",
"ghcr.io/devcontainers/features/docker-in-docker:2": {
"version": "latest",
"moby": true,
"dockerDashComposeVersion": "v2"
"moby": true
}
},
"containerEnv": {
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,8 @@ jobs:
- name: Build ${{ matrix.build-type }} with sanitizers set ${{ matrix.sanitizers }}
run: cmake --build --preset ci --config ${{ matrix.build-type }} -j $(nproc)

#- name: Test ${{ matrix.build-type }} with sanitizers set ${{ matrix.sanitizers }}
# run: |
# cmake --preset ci
# ctest --preset ci --build-config ${{ matrix.build-type }}
- name: Test ${{ matrix.build-type }} with sanitizers set ${{ matrix.sanitizers }}
run: ctest --preset ci --build-config ${{ matrix.build-type }}
test:
needs: build
strategy:
Expand Down

0 comments on commit fe40735

Please sign in to comment.