We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65720e0 commit 0f1ef51Copy full SHA for 0f1ef51
.github/workflows/testLibrary.yml
@@ -30,4 +30,4 @@ jobs:
30
- name: Test
31
run: |
32
cd library
33
- ./test.exe
+ ./test.exe --gtest_repeat=8
package.json
@@ -2,7 +2,7 @@
2
"name": "mp-oi-library",
3
"displayName": "mp-oi-library",
4
"description": "Some algorithms and data structures template for competitive programming.",
5
- "version": "0.0.0",
+ "version": "0.1.0",
6
"repository": "https://github.com/Mr-Python-in-China/mp-oi-library",
7
"license": "LGPL-3.0-only",
8
"author": {
@@ -43,6 +43,7 @@
43
"package": "webpack --mode production",
44
"lint": "eslint src",
45
"pack": "vsce pack --no-yarn -o mp-oi-library.vsix",
46
+ "publish": "vsce publish --no-yarn",
47
"format:check": "prettier -c .",
48
"format:write": "prettier -w ."
49
},
0 commit comments