Skip to content
This repository was archived by the owner on Jun 30, 2022. It is now read-only.

Commit eccc161

Browse files
author
Jayant Krishnamurthy
committed
Fix CI: stop building on BPF
1 parent 1acda2f commit eccc161

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,10 @@ env:
1212
jobs:
1313
build:
1414
runs-on: ubuntu-latest
15-
container: solanalabs/rust:latest
1615

1716
steps:
1817
- uses: actions/checkout@v2
1918
- name: Build
20-
run: cargo build-bpf --verbose
19+
run: cargo build --verbose
2120
- name: Run tests
22-
run: cargo test-bpf --verbose
21+
run: cargo test --verbose

0 commit comments

Comments
 (0)