upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/.github/workflows/build_test.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/build_test.yaml')
-rw-r--r--.github/workflows/build_test.yaml30
1 files changed, 0 insertions, 30 deletions
diff --git a/.github/workflows/build_test.yaml b/.github/workflows/build_test.yaml
deleted file mode 100644
index 5d2555d..0000000
--- a/.github/workflows/build_test.yaml
+++ /dev/null
@@ -1,30 +0,0 @@
1on: push
2
3name: build test
4
5jobs:
6 ci:
7 runs-on: ubuntu-latest
8 timeout-minutes: 8
9 strategy:
10 matrix:
11 rust:
12 - stable
13 - nightly
14
15 steps:
16 - uses: actions/checkout@v2
17
18 - uses: actions-rs/toolchain@v1
19 with:
20 profile: minimal
21 toolchain: ${{ matrix.rust }}
22 override: true
23
24 - uses: actions-rs/cargo@v1
25 with:
26 command: build
27
28 - uses: actions-rs/cargo@v1
29 with:
30 command: test