Skip to content

Commit 4484976

Browse files
committed
Remove --minimal switch from anod builds
1 parent 0d358b7 commit 4484976

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ build_and_test:
3939
- !reference [.basic-setup]
4040

4141
- echo -e "\e[0Ksection_start:`date +%s`:build_als[collapsed=true]\r\e[0Kanod build als"
42-
- anod build als $ACI_TRACK_QUALIFIER --minimal
42+
- anod build als $ACI_TRACK_QUALIFIER
4343
- echo -e "\e[0Ksection_end:`date +%s`:build_als\r\e[0K"
4444

4545
- echo -e "\e[0Ksection_start:`date +%s`:build_vscode[collapsed=true]\r\e[0Kanod build vscode-extension"
@@ -51,7 +51,7 @@ build_and_test:
5151

5252
- echo -e "\e[0Ksection_start:`date +%s`:test_als[collapsed=true]\r\e[0Kanod test als"
5353
# Run ALS tests
54-
- anod test als $ACI_TRACK_QUALIFIER --minimal
54+
- anod test als $ACI_TRACK_QUALIFIER
5555

5656
# TODO: it would be nice to have a simpler way of getting this info
5757
- ALS_BUILD_SPACE_NAME=`anod eval als --primitive test build_space_name $ACI_TRACK_QUALIFIER | tr -d "'"`

0 commit comments

Comments
 (0)