Skip to content

Commit

Permalink
DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
l0kod committed Aug 29, 2023
1 parent 6d9f42a commit ed67cf8
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ jobs:
LANDLOCK_CRATE_TEST_ABI: 1
CARGO: rustup run stable cargo
steps:
- name: Install Rust stable
run: |
rm ~/.cargo/bin/{cargo-fmt,rustfmt} || :
rustup default stable
rustup update
- uses: actions/checkout@v3

- name: Clone Landlock test tools
Expand All @@ -40,11 +34,5 @@ jobs:
fetch-depth: 0
ref: test

- name: Run tests against Linux 5.10
run: ./landlock-test-tools/test-rust.sh linux-5.10 0

- name: Run tests against Linux 5.15
run: ./landlock-test-tools/test-rust.sh linux-5.15 1

- name: Run tests against Linux 6.1
run: ./landlock-test-tools/test-rust.sh linux-6.1 2
- name: Run tests against Linux debug
run: ./landlock-test-tools/test-rust.sh linux-debug 3

0 comments on commit ed67cf8

Please sign in to comment.