Skip to content

Commit

Permalink
ci: build in dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
bmatthieu3 committed Nov 6, 2024
1 parent 24be79c commit aa261b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit aa261b4

Please sign in to comment.