ci: build in dbg

This commit is contained in:
Matthieu Baumann
2024-11-06 15:44:08 +01:00
parent 24be79c412
commit aa261b49ef

View File

@@ -30,7 +30,7 @@ jobs:
npm install
- name: "Build Aladin Lite"
run: |
npm run build
npm run build:dbg
- name: "Run the rust tests"
run: |
npm run test:build