We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57d3e89 commit 0ccd2ebCopy full SHA for 0ccd2eb
.github/workflows/nightly-canary.yml
@@ -25,11 +25,9 @@ jobs:
25
toolchain: nightly
26
27
- name: Run Noir tests
28
- working-directory: ./lib
29
run: nargo test
30
31
- name: Run formatter
32
33
run: nargo fmt --check
34
35
- name: Alert on dead canary
.github/workflows/test.yml
@@ -27,7 +27,6 @@ jobs:
toolchain: ${{ matrix.toolchain }}
format:
@@ -42,5 +41,4 @@ jobs:
42
41
toolchain: 0.34.0
43
44
45
46
0 commit comments