We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27ead39 commit 501f1b2Copy full SHA for 501f1b2
.github/workflows/test.yml
@@ -6,6 +6,8 @@ jobs:
6
test:
7
runs-on: ubuntu-latest
8
steps:
9
+ - name: ls
10
+ run: ls
11
- name: build
12
run: cargo build
13
- name: start and hit no-ssl
0 commit comments